AndrewRadev / protein-runway

Integrated Bioinformatics Project
1 stars 0 forks source link

Gzip output PDB files #49

Open AndrewRadev opened 6 days ago

AndrewRadev commented 6 days ago

MDAnalysis can parse gzipped PDB files, which are going to be much smaller in terms of storage. Pymol can open them as well.

Admittedly, they are not readable by text editors directly, but for the with_traj PDB, this probably isn't useful anyway. Compressing seems easy and useful for storage size purposes.