Skip to content

Releases: uclahs-cds/pipeline-recalibrate-BAM

recalibrate-BAM v1.0.1

29 May 23:31
3ee8f38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

recalibrate-BAM v1.0.0

13 Mar 17:39
2040581
Compare
Choose a tag to compare

What's Changed

  • Autofix broken Confluence links by @nwiltsie in #35
  • Make output deterministic, add NFTest case by @nwiltsie in #36
  • Update PR template by @nwiltsie in #37
  • Enable dependabot to update submodules by @nwiltsie in #40
  • Bump external/pipeline-Nextflow-module from 4bc4336 to b0b2798 by @dependabot in #41
  • Bump external/pipeline-Nextflow-config from c77aeca to edfc2c2 by @dependabot in #42
  • Update flow diagram, add details to README by @nwiltsie in #39
  • Allow input of recalibration tables by @yashpatel6 in #45
  • Remove local set_env and check_limits methods by @nwiltsie in #46
  • Bump external/pipeline-Nextflow-config from edfc2c2 to 1960eaa by @dependabot in #44
  • Use store_object_as_json method to store parameters by @nwiltsie in #47
  • Add documentation action by @nwiltsie in #53
  • Add Nextflow configuration regression tests by @nwiltsie in #55
  • Bump external/pipeline-Nextflow-module from b0b2798 to 9db08f0 by @dependabot in #49
  • Bump external/pipeline-Nextflow-config from 1960eaa to f3448ac by @dependabot in #56
  • Release v1.0.0 by @yashpatel6 in #58

New Contributors

Full Changelog: v1.0.0-rc.4...v1.0.0

recalibrate-BAM v1.0.0-rc.4

29 Sep 18:59
c1a2a54
Compare
Choose a tag to compare

CHANGELOG

[Fixed]

  • Resource updater to allow update for all processes
  • Channel handling to save contamintion estimate files

recalibrate-BAM v1.0.0-rc.3

09 Aug 18:35
22890fd
Compare
Choose a tag to compare

CHANGELOG

[Added]

  • Customization options for which input BAMs to delete with metapipeline

recalibrate-BAM v1.0.0-rc.2

02 Aug 18:05
4964bc1
Compare
Choose a tag to compare

CHANGELOG

[Added]

  • Custom resource allocation updates through configuration parameters

recalibrate-BAM v1.0.0-rc.1

27 Jul 18:50
4f9e28e
Compare
Choose a tag to compare

CHANGELOG

[Added]

  • Basic configuration setup
  • Input YAML templates and handling
  • Per-patient input YAML handling
  • Interval splitting process, either per-chromosome by default or scattered
  • Indel Realignment workflow
  • BQSR workflow
  • Merging workflow
  • Contamination and depth of coverage processes
  • Input deletion
  • Intermediate file deletion
  • Schema validation
  • Documentation