Skip to content

Releases: broadinstitute/viral-ngs

v1.3.4

18 Mar 00:35
Compare
Choose a tag to compare

easy-deploy: improvements to EC2 deployment (region flexibility, 8GB->300GB storage)
CondaPackage: faster verification of already installed packages
Various testing improvements including test timing and output capture

v1.3.3

10 Mar 14:12
Compare
Choose a tag to compare

Bugfixes with multi-segment genomes where the reference sequence names are not in alpha order. Improvements to lastal taxon filter default parameters based on optimization experiments with a broader range of diverse viruses.

v1.3.2

03 Mar 02:07
Compare
Choose a tag to compare

CondaPackage: conda packages now auto-update if the version number changes in the viral-ngs wrapper
SampleSheet: improved sanitization of sample sheet fields

v1.3.1

27 Feb 12:54
Compare
Choose a tag to compare

Illumina demux: sanitize SampleSheet sample names if necessary.

v1.3.0

26 Feb 02:21
Compare
Choose a tag to compare

Rewrite of scaffolding step (after de novo assembly and before read alignment based refinement). Remove VFAT (and Mosaik) and replace with a MUMmer based scaffolding routine.

v1.2.4

24 Feb 18:38
Compare
Choose a tag to compare

Bugfixes and unit testing of Trinity and fixes to Broad-specific pipeline scripts.

v1.2.3

30 Jan 04:18
Compare
Choose a tag to compare

easy_deploy now uses conda-based install, trinity install method now checks for meryl, tool wrappers for diamond and kraken check for prior existence, and diamond build has been changed from cmake to make for greater portability

v1.2.2

19 Jan 14:58
Compare
Choose a tag to compare

bam files are now sorted prior to running vphaser if they are passed in unsorted

v1.2.1

14 Jan 18:54
Compare
Choose a tag to compare

tool wrappers now fall back to our custom install methods if Python fails to decode the json response issued by conda; better logging for such cases.

v1.2.0

04 Jan 18:34
Compare
Choose a tag to compare

Move software dependencies to bioconda for greater reliability / cross-platform compatibility. Code fixes and stylistic cleanups. Migrate snakemake config file from JSON to YAML to allow for in-line documentation and comments. Initial work on metagenomic tools. Improvements to easy deploy.