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.
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.