How to use molfile_to_params_polymer.py to create CRO.params? #408
lanselibai
started this conversation in
General
Replies: 1 comment
-
|
And indeed, CRO is the example chosen for the integration test - you can take a look at the command file & associated input file in the PR to see how it's set up. But that will only work if you check out the branch, or if you wait until the PR gets merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Many thanks to Rocco Moretti's answer that
CRO.paramsalready exists and can be used by-extra_res_fa ${ROSETTA}/database/chemical/residue_type_sets/fa_standard/residue_types/extra/CRO.params#383
I would like to learn how to create the
CRO.paramsmyself as I have other chromophores to parameterise.It looks like
molfile_to_params.pywill outputTYPE LIGANDand without havingLOWER_CONNECT N,UPPER_CONNECT C,ICOOR_INTERNAL UPPER,ICOOR_INTERNAL LOWERlines in the.paramsfile.I tried
molfile_to_params_polymer.pywith this command:python ~/rosetta.binary.ubuntu.release-371/main/source/scripts/python/public/molfile_to_params_polymer.py -i CRO.mol2 --polymer -n CRO -p CROIt correctly outputs lines of:
But got an error of the below and without
ICOOR_INTERNALlines in theCRO.params. Can I ask how to resolve this?CRO.mol2.txt
CRO_wrong.params.txt
CRO.params.txt
@vmullig
@dougrenfrew
@tlinsky
Beta Was this translation helpful? Give feedback.
All reactions