Skip to content

Releases: broadinstitute/viral-core

v2.3.6

20 Sep 01:37
4188297
Compare
Choose a tag to compare

What's Changed

  • align_and_fix: tolerate whitespace in headers by @dpark01 in #112

Full Changelog: v2.3.5...v2.3.6

v2.3.5

19 Sep 10:58
979583f
Compare
Choose a tag to compare

What's Changed

  • make samtools faidx tolerate spaces in fasta headers by @dpark01 in #111

Full Changelog: v2.3.4...v2.3.5

v2.3.4

18 Sep 20:23
b15de41
Compare
Choose a tag to compare

What's Changed

  • handle spaces in fasta headers in Picard indexing by @dpark01 in #110

Full Changelog: v2.3.3...v2.3.4

v2.3.3

23 Aug 21:12
dd0d3c8
Compare
Choose a tag to compare

What's Changed

  • in util.version.py::get_project_path(), consider calling modules to report VERSION correctly by @tomkinsc in #109

Full Changelog: v2.3.2...v2.3.3

v2.3.2

01 Aug 16:26
d3e988a
Compare
Choose a tag to compare

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

Full Changelog: v2.3.1...v2.3.2

v2.3.1

12 Mar 15:06
3e9b8d8
Compare
Choose a tag to compare
  • Update docker base image from viral-baseimage 0.2.1 -> 0.2.2 (PR #97)
  • Update python version 3.8 -> 3.10, and also associated dependencies necessary for py 3.10 (PR #98)

v2.3.0

06 Mar 19:37
dafd8e3
Compare
Choose a tag to compare
  • 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 of minimap2_idxstats and bwamem_idxstats if --filterReadsAfterAlignment is specified.

v2.2.4

16 Nov 07:08
062bfa6
Compare
Choose a tag to compare
  • add firecloud python library (for Terra) to conda-installed python dependencies
    • Note: this library is anticipated to be superseded by a new Terra API library in the future

v2.2.3

26 Oct 14:31
f1a2053
Compare
Choose a tag to compare

Changes related to unit+integration testing:

  • Update pytest 5.4.3 -> 7.4.3
  • Update conftest.py to account for breaking changes in the newer version of pytest

v2.2.2

20 Oct 22:46
8066bce
Compare
Choose a tag to compare

The package jq is now available on the PATH.