I am trying to make the model for one of the protein by using a template. The template pdb file starts from 47th residue while in the sequence given in the fasta format for that pdb file, the amino acids start from first residue and instead of starting from M amino acid, it starts from SM. I had aligned that sequence with the sequence of my target protein using clustalW. While running the modeller, it is giving the following error-

"No atoms were read from the specified input PDB file, since the starting residue number and/or chain id in MODEL_SEGMENT (or the alignment file header) was not found; requested starting position: residue number " 1", chain " A"; atom file name: ./filename.pdb"

I think I should modify the pdb file and replace the 47,48 and so on with 1,2...and so on. I don't know whether it would work or not.

Please give me your valuable suggestions.

Similar questions and discussions