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 4: | Line 4: | ||
** a python program that fixes Spartan'08 output files in so-called PDB format, converting them to be true PDB format. The fixed files can then easily be used in Jmol. | ** a python program that fixes Spartan'08 output files in so-called PDB format, converting them to be true PDB format. The fixed files can then easily be used in Jmol. | ||
** A webserver version of this is is running [http://fomightez.pythonanywhere.com/spartan_fixer/ here]. You can enter your data and have it analyzed without needing to download anything. | ** A webserver version of this is is running [http://fomightez.pythonanywhere.com/spartan_fixer/ here]. You can enter your data and have it analyzed without needing to download anything. | ||
** Written in Python 2.x. | |||
* [https://github.com/fomightez/structurework/blob/master/python_scripts/multiple_model_PDB_file_splitter.py multiple_model_PDB_file_splitter.py] | * [https://github.com/fomightez/structurework/blob/master/python_scripts/multiple_model_PDB_file_splitter.py multiple_model_PDB_file_splitter.py] | ||
** 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. | ||