Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 923 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 923 Bytes

Developing WDL Workflows

This is the repository for the WDL and JSON files accompanying the Developing WDL Workflows guide. You will find here the following:

  1. mutation_calling.wdl: this is a working WDL workflow
  2. mutation_calling_input_fh.json: this JSON is meant for use by the Fred Hutch community. It points to file paths that are accessible only with Fred Hutch credentials
  3. MOLM13_combined_final.fastq, HCC4006_final.fastq, CALU1_combined_final.fastq: These are the fastq files that can be used as inputs in the WDL. If you do not have Fred Hutch credentials and want to use these files to test this or any other workflow download a copy of this locally and make sure to edit the input.JSON file with the full path to where these files are stored.
  4. mutation_calling_input.json: This would be the input JSON you would want to enter the full file paths to the local copy of the sample files referenced above.