Closed shuuul closed 1 year ago
Could you send us the full cif-file so we can check what is missing?
Sure, here is the link. The file I want to process is 6GC4_ba1_m1.cif
. Thanks for your help!
This file you try to process is a bit stripped down. There's only the atom_site category. A valid file would have contained much more.
If you look at the contents of the other file you have in your google drive, it contains much more data.
It is possible to reconstruct a somewhat valid cif file for your input file. If you install the cif-tools you can do a cif2pdb and then convert that pdb into cif again using pdb2cif. The pdb file as well as the converted cif file are accepted by mkdssp.
We will eventually change our code to accept these crippled files, but perhaps it is best to complain with the authors of BioStructures.jl for writing out such invalid data.
I am using DSSP to some cif file generated by BioStructures.jl, the cif file looks like
the output looks like
May I know what header information the cif file must have? For PDB file I just add one line like
HEADER XXXXXXXXXXXXXXXXXXXXXX 25-DEC-23 XXXX
and it works.