User:Wayne Decatur/Code for Molecular Structure and Visualization Work: Difference between revisions
From Proteopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
** It takes a multiple model PDB file and splits up the models to produce as output each of the models as a separate PDB file. | ** It takes a multiple model PDB file and splits up the models to produce as output each of the models as a separate PDB file. | ||
**You specify the structure file when you call the program. | **You specify the structure file when you call the program. | ||
** Written in Python 2.x. | |||
* [https://github.com/fomightez/structurework/blob/master/python_scripts/super_basic_multiple_model_PDB_file_splitter.py super_basic_multiple_model_PDB_file_splitter.py] | * [https://github.com/fomightez/structurework/blob/master/python_scripts/super_basic_multiple_model_PDB_file_splitter.py super_basic_multiple_model_PDB_file_splitter.py] | ||
** A very basic multiple model PDB file splitting script written in Python. | ** A very basic multiple model PDB file splitting script written in Python 2.x. | ||
** It takes a multiple model PDB file and splits up the models to produce as output each of the models as a separate PDB file. | ** It takes a multiple model PDB file and splits up the models to produce as output each of the models as a separate PDB file. | ||
** This basic version requires you to paste the complete PDB file text into the script before you run it. I put this out here in case it helps anyone understand what is going on; it was inspired by code [here http://strucbio.biologie.uni-konstanz.de/ccp4wiki/index.php/Split_NMR-style_multiple_model_pdb_files_into_individual_models ] | ** This basic version requires you to paste the complete PDB file text into the script before you run it. I put this out here in case it helps anyone understand what is going on; it was inspired by code [here http://strucbio.biologie.uni-konstanz.de/ccp4wiki/index.php/Split_NMR-style_multiple_model_pdb_files_into_individual_models ] | ||