pierrepo / grodecoder

GroDecoder extracts and identifies the molecular components of a structure file (PDB or GRO) issued from a molecular dynamics simulation.
https://grodecoder.streamlit.app/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add new structure file extention to analyze, the .crd #88

Closed KarinDuong closed 3 months ago

KarinDuong commented 3 months ago

.crd is produce by CHARMM. MDAnalysis read it like a pdb or gro file, so we just add the extention in the list in is_a_structure_file

close #79