pritykinlab / guidescanpy

1 stars 0 forks source link

bug fix in filter_tag; multiprocessed add_ce step #69

Closed vineetbansal closed 1 year ago

vineetbansal commented 1 year ago

Bug fix with filter_tag which was initially producing 4 output reads for each input bam read.

guidescan_add_ce is now multi-core aware and can be passed a --workers flag. Note that each chromosome (contig) is handled in its own process. To keep the code simple, --contig/--start/--end are no longer supported (which were for temporary testing anyway).