-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I execute this command in pyrosetta? #88
Comments
The AntibodyDesignMover tag below can be loaded with the The command line |
I want to use |
@404-xianjin In Pyrosetta you have to do the looping and saving of files yourself. So I would write a for loop and save the poses manually. |
antibody_designer.linuxgccrelease -s my_ab.pdb -seq_design_cdrs L1 L2 H3 \ -graft_design_cdrs L1 L2 -light_chain kappa -design_H3_stem -inner_kt 2.0 \ -outer_kt 2.0 -seq_design_profile_samples 5 -nstruct 5 -out:prefix tutD5_ <AntibodyDesignMover name="RAbD" seq_design_cdrs="L1,L3,H1,H3" mintype="relax" inner_kt="2.0" outer_kt="2.0"/>
https://nbviewer.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/12.02-RosettaAntibodyDesign-RAbD.ipynb
This example should be executed in rosetta, what I want to know is how to execute this command in pyrosetta. Thanks
Below is the test.py script for my current environment
@ajasja @momeara @jueseph @pjsteiner @danielvarela
The text was updated successfully, but these errors were encountered: