Skip to content

Releases: broadinstitute/viral-assemble

v2.3.2.0

01 Aug 17:23
02f2676
Compare
Choose a tag to compare

What's Changed

Build updates & upstream viral-core dependency update.

  • update coveralls action; bump actions python to 3.10 by @tomkinsc in #45
  • docbuild fixes, viral-core bump by @dpark01 in #46

Full Changelog: v2.3.1.4...v2.3.2.0

v2.3.1.4

28 Mar 21:45
6178d2e
Compare
Choose a tag to compare

What's Changed

  • skani updates by @dpark01 in #44
    • First, this changes all skani invocations to use -m 15 -c 10 as the new default parameters for the marker k-mer compression factor (-m) and the k-mer subsampling rate (-c). This is down from our previous default values of -m 30 -c 20 which is in turn lower than the skani-recommended settings for viruses of -m 200 -c 30 which is lower than the skani bacterial-inspired default values of -m 1000 -c 125. The new default values were determined through empirical testing of diverse viral taxa, and -m 15 -c 10 succeeds in clustering (finding non-zero ANI between) all of rhinovirus & enterovirus together as well as all of Lassa virus (our old default values only partially succeeded on these taxa).
    • Second, this PR reformats skani TSV output to be written out in sorted order of descending ANI * Total_bases_covered (instead of the default sort order of descending ANI). This prevents our reference selection code from favoring reference genomes with higher ANI for short stretches of sequence (which happened with some rhino/enteros) and now favors longer matches of high identity. This specific metric (the product of ANI and match length) is inspired by ReferenceSeeker (publication, GitHub). Unit tests added to confirm proper sort order.

Full Changelog: v2.3.1.3...v2.3.1.4

v2.3.1.3

20 Mar 20:24
f88c8f9
Compare
Choose a tag to compare

What's Changed

  • expose common parameters for skani at argparse level by @dpark01 in #43

Full Changelog: v2.3.1.2...v2.3.1.3

v2.3.1.2

19 Mar 23:01
b986d1a
Compare
Choose a tag to compare

What's Changed

  • bugfix: make skani dist tolerate empty input by @dpark01 in #42

Full Changelog: v2.3.1.1...v2.3.1.2

v2.3.1.1

19 Mar 20:07
9c862b9
Compare
Choose a tag to compare

What's Changed

  • bugfix: assemble.skani_contigs_to_refs filtered file was missing header by @dpark01 in #40

Full Changelog: v2.3.1.0...v2.3.1.1

v2.3.1.0

19 Mar 12:22
96335ee
Compare
Choose a tag to compare

What's Changed

  • skani-based reference selection tools by @dpark01 in #39
  • update viral-core 2.3.0 -> 2.3.1 by @tomkinsc in #38
  • addressing documentation build failures; testing ReadTheDocs build check for PRs by @tomkinsc in #31

Full Changelog: v2.3.0.0...v2.3.1.0

v2.3.0.0

11 Mar 18:11
feecaa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.4.0...v2.3.0.0

v2.2.4.0

09 Jan 15:43
5a15d84
Compare
Choose a tag to compare

What's Changed

New functionality

  • add --allow_incomplete_output option to order_and_orient and add tests and support for empty fasta inputs/outputs throughout the scaffolding/gapfil/impute/refine pipeline by @dpark01 in #36

CI and Build updates

  • migration from Travis CI to GitHub Actions by @tomkinsc in #30
  • update python modules evaluated for test coverage by @tomkinsc in #33
  • rename test action in CI by @tomkinsc in #34
  • Update conftest.py to account for breaking changes in the newer version of pytest by @tomkinsc in #35

Docker updates

  • update viral-core base image to 2.2.3 (in #35) and 2.2.4 (in #36)

Full Changelog: v2.1.33.0...v2.2.4.0

v2.1.33.0

12 Dec 16:07
cfee741
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.20.2...v2.1.33.0

v2.1.20.2

02 Dec 02:19
ea463b6
Compare
Choose a tag to compare

Update to SPAdes 3.15.0, change default invocation from RNAspades to RNAviralspades.