User:Wayne Decatur/Code for Molecular Structure and Visualization Work: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
Wayne Decatur (talk | contribs)
mNo edit summary
Line 6: Line 6:
* [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.
** It takes a multiple model PDB file and produces 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. Eventually I hope to post a more user-friendly version where you simple enter the file you want as an argument. It will have more bells and whistles. In the meantime I put this out there in case it helps anyone.
** This basic version requires you to paste the complete PDB file text into the script before you run it. Eventually I hope to post a more user-friendly version where you simple enter the file you want as an argument. It will have more bells and whistles. In the meantime I put this out there in case it helps anyone.
* [https://github.com/fomightez/structurework/tree/master/python_scripts Wayne Decatur's Python Scripts for Molecular Structure Analysis]
* [https://github.com/fomightez/structurework/tree/master/python_scripts Wayne Decatur's Python Scripts for Molecular Structure Analysis]