Relax protocoll short pdb of AAA petide

Member Site Forums Rosetta 3 Rosetta 3 – General Relax protocoll short pdb of AAA petide

Viewing 2 reply threads
  • Author
    Posts
    • #747
      Anonymous

        I have used Modeller to to produce linear peptide. When I refine the linear peptide using relax protocol an peptide with for instance AAA is shorted to AA. How do I prevent this from happening. I am using relax.linuxgccrelease -database /home/knut/rosetta/rosetta_database -in:file:native $f -out:prefix relaxed_ -out:nstruct 1 this command with these options.

        Knut J

      • #4856
        Anonymous

          It’s probably deleting residues as it reads the PDB in. Check your input file to ensure:

          A) all atoms have nonzero occupancies,

          B) all residues have the four backbone heavyatoms defined (N, CA, C, O)

          If those two things are both true, attach the PDB and I’ll see if there’s a problem I can spot.

          • #4857
            Anonymous

              Hi

              I have added the a peptide which contain 3 A residues. The atoms have nonzero occupancies and ot contain N,Ca,C and O.

              Knut J

            • #4858
              Anonymous

                Your first residue has atoms with zero occupancy (2nd to last column).

              • #4859
                Anonymous

                  Those peptide are build using abinito. Is there any way to set the occupancy to 1 for several thousand pdb?

              • #4860
                Anonymous

                  sed or awk would be the fastest way. I’m not enough of an awk master to give you the command but awk will do it with a carefully crafted command line. In sed, try something like:

                  sed "s/0.00 /1.00 /g"

                  on all your filenames. (This will also set your B-factors to 1; you can learn sed/awk and regular expressions if you want to change only the occupancies column.)

              Viewing 2 reply threads
              • You must be logged in to reply to this topic.