Resolve "Chunk bam for parallel tin calculation"
@@ -11,5 +11,11 @@ data_output_path = os.path.dirname(os.path.abspath(__file__)) + \
Please fill in the appropriate checklist below (delete those which are not relevant). These are the most common things requested on pull requests.
docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLICENSE.md
is updated with new contributorsChunked the BAM file for faster TIN calculation. Chunking takes place in the dedup phase, and all chunks are concatenated together at the end of inferMetadata. Note: this does remove all non-canonical contigs from the calculations, however, after several tests, it appears this was occurring anyway, as tin.py does not calculate anything no present in the BED file.