cerebis / bin3C

Extract metagenome-assembled genomes (MAGs) from metagenomic data using Hi-C.
GNU Affero General Public License v3.0
23 stars 7 forks source link

Pickling ContactMap #10

Closed cerebis closed 3 years ago

cerebis commented 6 years ago

Currently, we pickle the map for convenience in testing. We should make this logic more useful.

  1. Saving should only occur when requested.
  2. Loading a picked map should mean most command-line options are not required.