Skip to content

Releases: PacificBiosciences/HiFi-human-WGS-WDL

v3.0.0-alpha1

22 Feb 00:23
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release

This is a pre-release workflow. Please do not depend on this for production analysis.

This release is not supported by the PacBio Tech Support or Field Support teams. Please only use this if you are already in contact with PacBio R&D and providing active feedback on performance and results.

What's Changed

  • Replaced pbsv with Sawfish v0.12.7 for structural variant calling. #175 #147
  • Update to DeepVariant from v1.6.0 to v1.8.0. Removed deepvariant_version and custom_deepvariant_model_tar input options. #186
  • Update CoLoRSdb from v1.1.0 to v1.2.0 #190
    • Note: The new CoLoRSdb files have been uploaded to AWS, Azure, GCP, and Zenodo, but the ref_map and tertiary_map files have not been updated. You will need to generate new map files and update your inputs.json templates to use the new CoLoRSdb release.
  • Refactored write_ped_phrank task to move pedigree creation to native WDL functions. Added internal Array[Boolean] is_duo_kid and Array[Boolean] is_trio_kid for future tertiary analysis tools. #188

Full Changelog: v2.1.1...v3.0.0-alpha1

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