cmbi / kmad

Knowledge based multiple sequence alignment for intrinsically disordered proteins
http://www.cmbi.ru.nl/kmad
GNU General Public License v3.0
8 stars 4 forks source link

Factor out misc #23

Closed jonblack closed 9 years ago

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

I'd also fix issue #22 first as it makes this issue easier.