rosetta
rosetta copied to clipboard
Updates to molfile_to_params_polymer.py to better accomodate non-alpha residues.
This is PR RosettaCommons/main#6462 which was already approved by @nannemdp
The current molfile_to_params_polymer.py is not suited to creating params file for non-alpha amino acids, but I was able to make some tweaks to generalize things.
Critically, there's now a M POLY_BACKBONE setting which can take the place of the alpha-amino-acid specific designations. You just need the ROOT, POLY_UPPER, POLY_LOWER and POLY_BACKBONE for things to work. -- Well, assuming you now use mol2 input and the new --keep_names flags, to avoid the alpha-amino-acid specific renaming code.