amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Refactor out the "Data Normalization" modules into a sub library #113

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 5 years ago

The data normalization modules are currently awkwardly shoved into random places in Bio as sub-modules. Their locations should be much clearer and placed in a collective spot. We will make a pcg-data-normalization sub library for this purpose.

We need to move these modules:

We should probably rename the type-classes to something like:

Boarders commented 5 years ago

This issue is now closed here: https://github.com/amnh/PCG/commit/e468b577994595c768086a61188f36a444fc4f3c.