Skip to content

Releases: broadinstitute/viral-core

v2.1.5

23 Jun 00:26
fa37a9f
Compare
Choose a tag to compare

bugfixes:

  • pass through optional argument even when samplesheet not specified [#31]
  • fix minimap aligner behavior with empty bam files [#32]
  • allow guess_barcode to fail in demux if it is unable to guess anything [#33]
  • bugfix minimap2_idxstats (erroneously attempting to index fasta) [#34]

v2.1.4

20 Jun 15:13
9d3978c
Compare
Choose a tag to compare

PR #30

Conda updates:

  • update python 3.6 to 3.7
  • update samtools 1.9 to 1.10
  • add bcftools and csvkit
  • cleanups and version pinning relaxation

Python updates:

  • remove reports.py alignment_summary
  • add read_utils.py minimap2_idxstats

v2.1.3

11 Jun 00:58
64c4006
Compare
Choose a tag to compare

Bug fix in gatk and samtools version reporting.

v2.1.2

10 Jun 00:08
fd383b2
Compare
Choose a tag to compare
  • add minimap2 aligner and add minimap2 option to read_utils.align_and_fix [#24]
  • internal housekeeping: decondify Tool classes [#27]

v2.1.1

09 Jun 19:34
4eb88a8
Compare
Choose a tag to compare

New:

  • --append_run_id param added to illumina_demux

Fixed:

  • JVMmemory parse fix for downsample_bams

v2.1.0

29 May 18:42
c67f9ff
Compare
Choose a tag to compare

New:

  • reports.py aggregate_alignment_counts command added to aggregate reports from read_utils.py bwamem_idxstats. Unlike aggregate_spike_count, it accepts a list of *.tsv files rather than requiring a directory path containing "*.spike_count.txt" files.

v2.0.21

29 Apr 21:36
e4463c5
Compare
Choose a tag to compare

Changed:

  • memory and performance optimization of barcode counting in raw Illumina runs to better suit data from large flowcells (i.e. NovaSeq)

v2.0.20.1

14 Apr 03:03
89299f0
Compare
Choose a tag to compare

fastqc threads arg fix

v2.0.20

14 Apr 00:37
aa76024
Compare
Choose a tag to compare
  • type fix for fastqc threads

v2.0.19

13 Apr 20:01
de5c4fb
Compare
Choose a tag to compare
  • kwarg fix for passing threads to fastqc