Member Site › Forums › Rosetta 3 › Rosetta 3 – Applications › Antibody modeling
- This topic has 4 replies, 2 voices, and was last updated 9 years, 1 month ago by Anonymous.
-
AuthorPosts
-
-
September 4, 2015 at 6:00 pm #2267Anonymous
Hello,
I am using Rosetta 15.31 for antibody modeling. when I run the following command:
./antibody.py –light-chain Cer.VL.Seq.fasta –heavy-chain Cer.VH.seq.fasta –superimpose_profit /home/mary/antibody-modeling/ProFitV3.1
–blast /home/mary/antibody-modeling/ncbi-blast-2.2.30+/bin –blast-database /home/mary/antibody-modeling/rosetta/tools/antibody/blast_database
–antibody-database /home/mary/antibody-modeling/rosetta/tools/antibody/antibody_database –rosetta-bin /home/mary/antibody-modeling/rosetta /main/source/bin –rosetta-database /home/mary/antibody-modeling/rosetta15-12/main/database –rosetta-platform /home/mary/antibody-modeling/rosetta/main/source/binthen, I faced with the following error:
Preparing cter_constraint file for H3 modeling
H3: 9 GYRSYAMDY
Key residues: TYR ALA TYR ALA ARG ALA MET ASP
Predicted base conformation is KINK
./kink_constraints.py grafting//model.pdb
ERROR making constraint file: 256
Traceback (most recent call last):
File “./kink_constraints.py”, line 5, in
from rosetta import *ImportError: No module named rosetta
I have no idea what this error means. What can I do to fix this?
-
September 4, 2015 at 6:22 pm #11186Anonymous
The kink_constraints.py script requires that PyRosetta also be installed on your machine, for the same version of Python that you’re using to run the antibody.py script.
-
September 6, 2015 at 5:28 am #11192Anonymous
I installed PyRosetta.Ubuntu-12.04LTS.64Bit.devel-r56795, and run the antibody modeling command:
./antibody.py –light-chain Cer.VL.Seq.fasta –heavy-chain Cer.VH.seq.fasta –superimpose_profit /home/mary/antibody-modeling/ProFitV3.1
–blast /home/mary/antibody-modeling/ncbi-blast-2.2.30+/bin –blast-database /home/mary/antibody-modeling/rosetta/tools/antibody/blast_database
–antibody-database /home/mary/antibody-modeling/rosetta/tools/antibody/antibody_database –rosetta-bin /home/mary/antibody-modeling/rosetta /main/source/bin –rosetta-database /home/mary/antibody-modeling/rosetta15-12/main/database –rosetta-platform /home/mary/antibody-modeling/rosetta/main/source/binbut I faced with the following error:
Error2: ./kink_constraints.py grafting//model.pdb
ERROR making constraint file: 256
Traceback (most recent call last):
File “./kink_constraints.py”, line 5, in <module>
from rosetta import *
File “/home/hamzeh/biomed/PyRosetta.Ubuntu-12.04LTS.64Bit.devel-r56795/rosetta/__init__.py”, line 45, in <module>
import numeric
ImportError: No module named numericwhat should i do with the error?
-
September 5, 2015 at 4:44 pm #11191Anonymous
Many thanks for your help.
-
September 9, 2015 at 7:08 pm #11199Anonymous
In order to run PyRosetta, you need to have your environment set up appropriately. Normally this takes the form of running “source SetPyRosettaEnvironment.sh” in your (bash) commandline prior to using PyRosetta. You can find the SetPyRosettaEnvironment.sh in the PyRosetta directory.
(What this does is set the PYHONPATH environment variable to include the directories where the PyRosetta libraries are located, so when you do things like “import numeric”, Python knows were to find the numeric library from PyRosetta.)
-
-
AuthorPosts
- You must be logged in to reply to this topic.