Releases: broadinstitute/viral-core
Releases · broadinstitute/viral-core
v2.4.1
v2.4.0
v2.3.6
v2.3.5
v2.3.4
v2.3.3
v2.3.2
What's Changed
functionality updates
- In cmd.py argparse common_args(), set default number of threads to all available if --threads is unspecified by @tomkinsc in #104
- index bam before calling samtools idxstats; warn user if input lacks reads by @tomkinsc in #102
dependency updates
- add fgbio to conda dependencies by @tomkinsc in #103
- update viral-baseimage 0.2.2 -> 0.2.3 (with fully-featured qsv) by @tomkinsc in #100
build updates
- update coverage config and testing config inherited by derived docker images by @tomkinsc in #99
- fix docbuild by @dpark01 in #106
- more ReadTheDocs fixes by @dpark01 in #107
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
- This adds a new CLI function,
read_utils.py::filter_bam_to_proper_primary_mapped_reads()
to remove from a bam file any reads not flagged as being properly paired. This same functionality is also now available as an optional post-alignment operation ofminimap2_idxstats
andbwamem_idxstats
if--filterReadsAfterAlignment
is specified.