9 #ifndef IMPATOM_SECONDARY_STRUCTURE_READER_H
10 #define IMPATOM_SECONDARY_STRUCTURE_READER_H
12 #include "atom_config.h"
18 IMPATOM_BEGIN_NAMESPACE
24 IMPATOMEXPORT SecondaryStructureResidues
25 read_psipred(TextInput inf, Model* mdl);
30 IMPATOMEXPORT SecondaryStructureResidues
31 read_psipred(TextInput inf, Particles ps);
A decorator for storing secondary structure probabilities. Copyright 2007-2019 IMP Inventors...
Handling of file input/output.
Decorator for helping deal with a hierarchy of molecules.