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

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
mNo edit summary
Wayne Decatur (talk | contribs)
mNo edit summary
Line 11: Line 11:
** A very basic multiple model PDB file splitting script written in Python 2.x.
** 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 at [http://strucbio.biologie.uni-konstanz.de/ccp4wiki/index.php/Split_NMR-style_multiple_model_pdb_files_into_individual_models here]
* [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]