fedarko / strainFlye

Pipeline for analyzing (rare) mutations in metagenome-assembled genomes
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Close BAM files after every command / test that loads them #59

Open fedarko opened 1 year ago

fedarko commented 1 year ago

Currently, only align_utils takes care of this. It's unclear to me if we need to explicitly close AlignmentFiles after loading them, but I guess it couldn't hurt to enforce this throughout the pipeline.