I used fold.py to predict structures of protein sequences in fasta file. The expected pdb file name was 'seq_id.pdb'. However, if the fasta header is like
">seq_id This is an interesting protein to test"
The actual pdb file name was then "seq_id This is an interesting protein to test.pdb"
I used fold.py to predict structures of protein sequences in fasta file. The expected pdb file name was 'seq_id.pdb'. However, if the fasta header is like
">seq_id This is an interesting protein to test"
The actual pdb file name was then "seq_id This is an interesting protein to test.pdb"