Skip to content

Releases: TRON-Bioinformatics/tronflow-bam-preprocessing

v1.1.0

04 May 13:41
Compare
Choose a tag to compare

Changes:

  • Add an optional step to get metrics from the BAM file using Picard's CollectMultipleMetrics
  • Add to the default config the cleanup of the work folder to avoid storing all intermediate BAM files after execution
  • Add another optional step to run Picard's CollectHsMetrics, optionally with per target and per base coverage

v1.0.1

27 Apr 09:27
Compare
Choose a tag to compare

Changes:

  • Use local temporary folders

v1.0.0

27 Apr 09:24
Compare
Choose a tag to compare

Changes:

  • Migrate to conda environment
  • Added tests + automate tests in gitlab
  • Improved some skipping steps
  • Chain several Picard commands so less intermdediate IO is happening
  • Avoid using samtools at all, using Picard from within GATK4
  • Added some extra files to output

v0.1.1

27 Apr 09:23
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Minor changes

  • When some steps are skipped the output BAMs are not links anymore
  • The txt file with results points to the right paths

v0.1.0

27 Apr 09:20
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
First release