PDB input: parse error at line 1: This file does not seem to be an mmCIF file
Closed this issue · 3 comments
yunxiangz commented
Thanks for the outstanding work, I am new to the dssp!
I used the following command to process a PDB file:
/usr/local/bin/mkdssp ./xxx.pdb ./xxx.dssp
However, I got the following error:
parse error at line 1: This file does not seem to be an mmCIF file
Could you please help with the correct command for PDB inputs please?
drlemmus commented
Could you send us the input file so we can test
yunxiangz commented
drlemmus commented
DSSP requires a valid mmCIF or PDB file as input. Your file is neither; it is a bunch of ATOM records. If you use a PDB file with at least a HEADER record and a CRYST1 record (the bare minimum, really), DSSP will see it as PDB file and should run properly. Without it, it assumes the default mmCIF format.