Closed jonblack closed 9 years ago
Having a module called misc is bit vague. Functions and classes should go in a module that makes sense for what the contents do.
PseudoResidueSequence and CreateGapResidue can for now go in residue.h and residue.cpp. Perhaps later we'll move them again.
PseudoResidueSequence
CreateGapResidue
residue.h
residue.cpp
I'd also fix issue #22 first as it makes this issue easier.
Having a module called misc is bit vague. Functions and classes should go in a module that makes sense for what the contents do.
PseudoResidueSequence
andCreateGapResidue
can for now go inresidue.h
andresidue.cpp
. Perhaps later we'll move them again.I'd also fix issue #22 first as it makes this issue easier.