Skip to content

Releases: PacificBiosciences/HiFi-human-WGS-WDL

v2.1.1

11 Feb 22:20
Compare
Choose a tag to compare

What's Changed

Tool version updates:

  • TRGT v1.5.1
  • pb-cpg-tools v3.0.0
  • StarPhase v1.1.0
  • Paraphase v3.2.1

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 Jan 23:53
Compare
Choose a tag to compare

What's Changed

  • Support input BAMs without basemods. Reads without basemods will not contribute to basemod pileups.
  • Support input BAMs without rq tags. rq will not be calculated for these reads, but the reads will be aligned for downstream processes.
  • Updated to TRGT v1.4.1. by @williamrowell in #173
    • Increased memory for trgt task to better support larger catalogs with lower complexity motifs.
    • Added the max_depth parameter and limited to 50 to reduce memory usage for high depth low complexity loci.
    • Reduced the number of samtools sort threads to lower total memory used for sort.
  • Update to pbmm2 v1.16.99 prerelease. by @williamrowell in #177 Fixes behavior where SA tags were not stripped from aligned input.
  • Remove StarPhase outputs that are not allowed as PharmCAT input (PharmGKB/PharmCAT/issues/204)
    • NO_READS is used in StarPhase output to indicate no-calls.
    • NO_MATCH is used when StarPhase can't match the variants to a known allele.
    • This workaround removes NO_READS/NO_MATCH outputs.

Full Changelog: v2.0.7...v2.1.0

v2.0.7

21 Nov 01:21
2a08c81
Compare
Choose a tag to compare

Thanks for bearing with us through the last few releases as we addressed issues affecting specific backends and combinations of inputs. We should start to see more stability now.

What's Changed

  • Testing: Added unit tests for all tasks (except read_pbsv_splits) using DNAstack/wdl-ci #157
  • Fix: write_ped_phrank bug affecting singleton.wdl entrypoint in Cromwell.

Full Changelog: v2.0.6...v2.0.7

v2.0.6

19 Nov 21:13
8d9401f
Compare
Choose a tag to compare

This is a bugfix release.

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

18 Nov 17:46
Compare
Choose a tag to compare

This patch primarily addresses an issue with provisioning write_ped_phrank on GCP and Terra.

  • cleaned up documentation
  • cleaned up input templates
  • addressed shellcheck issues for several command calls

Full Changelog: v2.0.4...v2.0.5

v2.0.4

15 Nov 18:38
Compare
Choose a tag to compare

What's Changed

This release addresses an issue with how the workflow_version output string was generated. This was not detected by linting tools and only caused issues at runtime on Cromwell.

Full Changelog: v2.0.3...v2.0.4

v2.0.3

14 Nov 23:16
Compare
Choose a tag to compare

What's Changed

  • a change to write_ped_phrank (for wdlTools/DNAnexus compatibility) in v2.0.2 broke Cromwell compatibility; this has been fixed
  • a change to pbsv_call (for miniwdl compatibility) in v2.0.2 broke wdlTools/DNAnexus compatibility; this has been fixed
  • @informationsea fixed a typo in the stats output
  • wiki submodule was removed, docs are in docs subdirectory

Full Changelog: v2.0.2...v2.0.3

v2.0.2

11 Nov 19:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v1.2.1

11 Nov 19:00
Compare
Choose a tag to compare

Updated json2ped.py to handle missing sample sex input. 3d62f62

Note: The v1 branch will not receive new features.

Clone this branch with:

git clone \
  --depth 1 --branch v1.2.1 \
  --recursive \
  https://github.com/PacificBiosciences/HiFi-human-WGS-WDL.git

Full Changelog: v1.2.0...v1.2.1

v2.0.1

09 Nov 01:34
Compare
Choose a tag to compare
  • Fixed unreachable pbsv_call bug.
  • Modified write_ped_phrank behavior to correctly handle missing (null) sample sex.

Full Changelog: v2.0.0...v2.0.1