Workflows for processing RNA data for germline short variant discovery with GATK v4 and related tools
Перейти к файлу
Matt McLoughlin 4c0f08eb14
Update links to use public containers with HTTPS links
2024-11-05 14:27:45 -08:00
.dockstore.yml added dockstore yml, changed tab to spaces in gtgtfToCallingIntervals task (#9) 2021-05-10 11:25:51 -04:00
CODE_OF_CONDUCT.md Initial commit (#1) 2021-06-07 22:07:50 -07:00
LICENSE Initial commit 2019-08-27 14:23:33 -04:00
README.md Initial commit (#1) 2021-06-07 22:07:50 -07:00
SECURITY.md Initial commit (#1) 2021-06-07 22:07:50 -07:00
gatk4-rna-best-practices.wdl Update gatk4-rna-best-practices.wdl 2024-05-29 15:02:03 -05:00
gatk4-rna-germline-variant-calling.inputs.json Retain access to datasettestinputs 2024-11-05 13:41:24 -08:00
gatk4-rna-germline-variant-calling.trigger.json Update trigger file to use more recent WDL 2024-06-22 17:46:13 -07:00

README.md

Short variant discovery in RNAseq data on Azure

This repository is an example of running the RNAseq short variant discovery pipeline, based on Best Practices RNAseq Short Variant Discovery Pipeline by Broad Institute of MIT and Harvard, on Cromwell on Azure.

Learn more about using Azure for your Cromwell WDL workflows on our GitHub repo! - Cromwell on Azure.

This repository is a fork from the original and has all the required changes to run the WDL workflow on Cromwell on Azure.

Here, you can find the WDL file and an example inputs JSON file with links to data hosted on a public Azure Storage account. You can use the "datasettestinputs" storage account directly as a relative path, like in the inputs JSON file.

The gatk4-rna-germline-variant-calling.trigger.json trigger file is ready to use. You can start the workflow on your instance of Cromwell on Azure, using these instructions.

gatk4-rnaseq-germline-snps-indels

Purpose :

Workflows for processing RNA data for germline short variant discovery with GATK v4 and related tools

Requirements/expectations :

  • uBAM

Output :

  • A BAM file and its index.
  • A VCF file and its index.
  • A Filtered VCF file and its index.

Software version :

For program versions, see docker containers.

Important Notes :

  • The provided JSON is meant to be a ready to use example JSON template of the workflow. It is the users responsibility to correctly set the reference and resource input variables.
  • The following material is provided by the Data Science Platforum group at the Broad Institute. Please direct any questions or concerns to one of our forum sites : GATK or Terra.

LICENSING :

This script is released under the WDL source code license (BSD-3) (see LICENSE in https://github.com/broadinstitute/wdl). Note however that the programs it calls may be subject to different licenses. Users are responsible for checking that they are authorized to run all programs before running this script. Please see the docker page at https://hub.docker.com/r/broadinstitute/genomes-in-the-cloud/ for detailed licensing information pertaining to the included programs.