Syntax for python-based (.py) command line on cluster
Dear friends,
Can I ask the syntax for running clustering.py on cluster?
When using it on Ubuntu, the command line is something like the below and works fine:
The problem hasn't been solved
Dear friends,
Can I ask the syntax for running clustering.py on cluster?
When using it on Ubuntu, the command line is something like the below and works fine:
Greetings,
I needed to know if it is possible (and how) to implement symmetry definitions in a backrub simulation. Can this be done either with the backrub application or alternatively through rosettascripts (Backrub or BackrubDD movers)?
Thanks in advance!
Hi all,
I'm trying to change the filters for the docking protocol.
I tried :
dock_lowres_filter 15 5
This option is supposes to set manually the interchain_contact and the interchain_vdw cutoff.
However my log file still says that the cutoff have the default value 10 1.
protocols.docking.DockingProtocol: Scoretype: interchain_contact score: -12.5, cutoff: 9.99
protocols.docking.DockingProtocol: Scoretype: interchain_vdw score: 1.30527, cutoff: 1
Hi there,
Is there any way to ignore some loops on threading? I'm trying to build a model based in a template which is about 30% identical to the query sequence. The sequence has lots of loops ranging from few aa to 80 aa. I was wondering if would be possible to ignore the biggest loop(s) at first and loopmodel them in a separate protocol.
Looks like the some loops are not closing so as the program finishes without build any model.
Perhaps someone could suggest a better approach.
Best,
Fred
Dear friends,
I am trying to run minirosetta.linuxgccrelease on our cluster.
I got the following message at the end of the log file:
[ERROR] EXCN_utility_exit has been thrown from: src/core/fragment/FragmentIO.cc line: 233
ERROR: ERROR: FragmentIO: could not open file $HOME/Scratch/20141110_HC_minirosetta/input/aaC226S_HC09_05.200_v1_3
This problem seems to be Rosetta specific and not relate to the cluster. However, I do not think there is anything wrong with "aaC226S_HC09_05.200_v1_3" and it works fine on my Ubuntu.
Hi,
I would like to run PackRotamersMover to pack on a rotamer set which I specify. It looks like the setup code calls core::pack::pack_rotamers_setup() which builds the Dunbrack rotamer library. I'm guessing such functionality is not supported, maybe there is another mover which provides it?
Jason
I would like to learn how to create a rotamer set that includes all possible rotamers of all possible amino acids. I want to design residues at certain positions in a protein chain manually by creating rotamer sets that include all rotamers of all amino acids.
I define a resfile for designing residues at positions 3, 5, 7, 20, 26, 30, 34, 39, 43, 52, 54 and packing all the remaining residues in 1PGA.pdb as follows:
Dear friends,
I am trying to use fixbb to replace some amino acid residues from a template PDB into my own sequence.
Can I ask
1) Is "-dun10" the latest rotamer database? (How can I know if it is the latest?)
2) Do I need to add additional flags (e.g. -ex1, -ex2, -ex3, -ex4) or they have been set by default?
Basically, I do not have particular requirement for the structure. So I am wondering if all the flags have been set by default?
Dear friends,
Can I ask if "clustering.py" can be used for PDBs contain two chains? It works fine if there is only one chain in the PDB. However, when it comes to PDBs of two chains, it seems that no PDB structures have been processed. The following are the inputs and outputs for processing PDBs with two chains. Thank you very much.
Yours sincerely
Cheng
Hi,
Is there a way to get the number of dihedral angles excluding the trailing hydrogen when it exists? I can manually check the residue types and subtract 1 when necessary, but I was wondering if this is already stored in a member field of Pose with an accessor function?
Thanks,
Jason