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

Extracting BAM on combined contact maps not supported #26

Open cerebis opened 4 years ago

cerebis commented 4 years ago

Currently bin3C extract assumes that a single BAM file backs the contact map instance. When bin3C combine is used to merge maps made from separate bin3C mkmap calls, this is no longer true.

This logic would not be difficult to change.