Skip to content

Releases: kids-first/kf-alignment-workflow

KFDRC Unified Alignment Production Workflow

03 Jun 14:45
f656d2d
Compare
Choose a tag to compare

The primary highlight of this release is a new workflow named kfdrc_alignment_wf_cyoa.cwl. This workflow replaces all existing workflows, which have been moved to the workflows-deprecated folder.

Key features of this new workflow:

  • Accepts SE FASTQs, PE FASTQs, and BAMs (or any combination of these) as inputs
  • Minimally converts the input into a CRAM with the option to create a gVCF
  • Breaks up CollectMultipleMetrics step into individual metrics steps
  • See the README and workflow doc for more...

Additional fixes:

  • Tab characters in python_createsequencegroups.cwl tool have been replaced with their ASCII code equivalent (allows tool to be run using cwltool)
  • Bug fix for sambamba_merge_anylist.cwl tool where it would fail with only one BAM input. The tool now correctly passes the BAM when only one is input

KFDRC Cavatica Public App Alignment Workflow

20 May 18:07
Compare
Choose a tag to compare

This is a subset of the KFDRC production workflow. It takes in only bam input, and does not output a gvcf.

KFDRC Alignment Production Workflow

20 May 18:06
Compare
Choose a tag to compare

All studies to date (as of May 2020) have been processed with the various workflows in the workflows directory. Each workflow either takes in different inputs (bam vs fastq) and/or produces more outputs (gvcf vs not).

What's Changed

New Contributors

Full Changelog: https://github.com/kids-first/kf-alignment-workflow/commits/1.0.0