facebookresearch / esm

Evolutionary Scale Modeling (esm): Pretrained language models for proteins
MIT License
3.16k stars 627 forks source link

fold.py in naming pdb file #660

Open yzhang-github-pub opened 7 months ago

yzhang-github-pub commented 7 months ago

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"