Replies: 1 comment 5 replies
-
|
I think it should be If that doesn't work, you may need to add |
Beta Was this translation helpful? Give feedback.
5 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.
-
Dear Rosetta Community,
I used the fakerotlib.py script to generate a .params file and rotamer for PHO (which I renamed from Phenylalanine for testing purposes), and the generation was successful. I treated this as new NCAA, update residutypes.txt with path to PHO.params file, keep PHO-rotamer.pdb in same folder, and when I tried to predict a cyclic peptide containing PHO using the following command:
../../../Rosetta-371/main/source/bin/simple_cycpep_predict.static.linuxgccrelease @input.flags -nstruct 1
and two input files for above command:
input.flags
-cyclic_peptide:sequence_file inputs/design_ncaa.txt
-symmetric_gly_tables true
-score:weights ref2015.wts
-in:file:fullatom
-cyclic_peptide:genkic_closure_attempts 1000
-cyclic_peptide:genkic_min_solution_count 1
-cyclic_peptide:min_genkic_hbonds 1
-cyclic_peptide:min_final_hbonds 1
-cyclic_peptide:fast_relax_rounds 20
-cyclic_peptide:rama_cutoff 10.0
-ex1
-ex2
-extrachi_cutoff 5
-mute all
-unmute protocols.cyclic_peptide_predict.SimpleCycpepPredictApplication
-out:file:silent outputs/output.silent
-extra_patch_fa /Computation/Rosetta-371/main/database/chemical/residue_type_sets/fa_standard/residue_types/inhouse_ncaa/PHO.params
design_ncaa.txt
DLEU LEU DPRO DLEU LEU DALA PRO PHO
I encountered the following error during scoring:
ERROR: Error in core::scoring::RamaPrePro::random_mainchain_torsions(): No mainchain score table for residue type PHO exists.
I would appreciate any suggestions on how to address this problem.
Thank you so much in advance!
Dammar
Beta Was this translation helpful? Give feedback.
All reactions