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).
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).