Skip to content

Releases: aofarrel/myco

5.1.0 - Switch to newer TBProfiler, simplify logic

23 Oct 21:07
Compare
Choose a tag to compare

What's Changed

  • Better logic, use neoTBfastprofiler, add tbprofilerQC_max_pct_unmapped by @aofarrel in #37

Full Changelog: 5.0.3...5.1.0

5.0.3 - CDC decontamination + bug fixes

26 Sep 00:59
fd8b2f7
Compare
Choose a tag to compare

Changes

  • Support CDC decontamination reference
  • Fix some JSONs
  • Fix single_sample_tbprof_bam_depth in myco_raw
  • Add Terra data table for testing

PRs

  • California rework (CDC decontamination reference) by @aofarrel in #38

Full Changelog: 5.0.2...5.0.3

5.0.2 - Further fix % unmapped bug

25 Aug 00:29
Compare
Choose a tag to compare

Most chances of 5.0.1 were in both myco_raw and myco_sra, but the % unmapped bugfix was not. This one-character change fixes the bug for myco_sra.

Tiny little changelog: 5.0.1...5.0.2

5.0.1 - Fix unmapped bug, better variable names

23 Aug 19:32
afbfbd2
Compare
Choose a tag to compare

Fixed a nasty bug and changed some variable names, as described here: #36

Full Changelog: 5.0.0...5.0.1

5.0.0 - Status code reporting

17 Aug 19:24
2525b14
Compare
Choose a tag to compare

As boring as tasks reporting on their status may seem, this was one of the most interesting features I've ever implemented in a WDL -- or at least, interesting to me personally. Oh, I could go on and on about the specifics of this... the deception of defined()... the use cases...

What's Changed

Full Changelog: 4.5.2...5.0.0

4.5.2 - Filter low coverage diffs earlier

09 Aug 23:02
2b4b9f9
Compare
Choose a tag to compare

Moves the filtering out of diff files from Tree Nine into myco in order to prepare for an eventual split of myco and Tree Nine for CDPH. Also generates a (currently unused) error code output from this filtering step to be used by the in-development "put the sample filtering error in the data table" system.

PR

Full Changelog: 4.5.1...4.5.2

4.5.1 - Looker CSVs

08 Aug 18:05
17ac20d
Compare
Choose a tag to compare

CSVs from this parser, which converts TBProfiler JSONs into something Looker can use, are now available as workflow-level outputs. Only the fastq version of TBProfiler ("earlyQC") is supported.

PRs

Full Changelog: 4.5.0...4.5.1

4.5.0 - Covstats filtering

02 Aug 22:04
3bfc475
Compare
Choose a tag to compare

You can now filter samples on the basis of information from covstats.

PR

Full Changelog: 4.4.1...4.5.0

4.4.1 - cleanup

15 Jul 02:03
74deaaf
Compare
Choose a tag to compare

Yet another cleanup, plus some improvements to prereqs. Also, you can get workflow-level outputs from fastq-TBProfiler now.

PRs

Full Changelog: 4.4.0...4.4.1

Add earlyQC

13 Jul 20:44
c89d92f
Compare
Choose a tag to compare

Filtering can now be done to remove fastqs with too many reads below Q30.

Full Changelog: 4.3.1...4.4.0