Published December 8, 2016
| Version v1.13.0
Software
Open
broadinstitute/viral-ngs: v1.13.0
Authors/Creators
- 1. Broad Institute
- 2. Broad Institute of MIT and Harvard
- 3. MIT
- 4. DNAnexus
Description
New:
run-pipe.shnow has an option:--wait-submitThis prevents immediate submission of all jobs to the cluster scheduler with dependencies, instead letting Snakemake take control of submitting jobs. This is useful because in UGER systems jobs in Eqw count against a user's quota even though Snakemake is unaware of this. The option for--immediate-submitis still the default, but it is overridden if--wait-submitis specified.
Fixed:
- better support for multiple annotations with snpEff
- metagenomics memory requirements have been changed in the Snakemake pipeline to be the total per-job, rather than per-core
- An exception is now raised if inputs cannot be found for the Snakemake rule
merge_one_per_sample - After alignment, reads with leading or trailing indels are remobed prior to V-Phaser2 (previously such reads would cause V-Phaser2 to crash)
- Files with raw reads following the naming convention "sample.bam" can now be used in the assembly report functionality
Changed/Updated:
snakemake3.8.2 -> 3.9.0- Database path in
config.yamlfor thealign_rnametagenomics method has been updated to reflect a newly-built database
Files
broadinstitute/viral-ngs-v1.13.0.zip
Files
(46.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:1c6768f75ee39ba5a772ad8c8ba273cc
|
46.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/broadinstitute/viral-ngs/tree/v1.13.0 (URL)