Split NMR-style multiple model pdb files into individual models: Difference between revisions

added link to the version with file handling
(noticed '' was not showing on wiki page, so changed empty string to double quotes "")
(added link to the version with file handling)
Line 47: Line 47:
You can fork [https://github.com/fomightez/structurework/blob/master/python_scripts/super_basic_multiple_model_PDB_file_splitter.py the code here at Github].
You can fork [https://github.com/fomightez/structurework/blob/master/python_scripts/super_basic_multiple_model_PDB_file_splitter.py the code here at Github].


(Eventually, I hope to have a more full-featured version there that you can just point at your file using an argument at the command line, and after that a web-hosted service to do it for you right on a web page.)
(A more full-featured version there that you can just point at your file using an argument on the command line can be found [https://github.com/fomightez/structurework/blob/master/python_scripts/multiple_model_PDB_file_splitter.py here at Github]. )


   PDB_text = """
   PDB_text = """
6

edits