https://github.com/getwilds/wdl-101
This is the repository for the WDL and JSON files accompanying the WDL 101 course.
https://github.com/getwilds/wdl-101
training wdl-workflow
Last synced: over 1 year ago
JSON representation
This is the repository for the WDL and JSON files accompanying the WDL 101 course.
- Host: GitHub
- URL: https://github.com/getwilds/wdl-101
- Owner: getwilds
- Created: 2024-02-28T16:23:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T16:28:26.000Z (over 2 years ago)
- Last Synced: 2024-05-30T01:20:29.892Z (about 2 years ago)
- Topics: training, wdl-workflow
- Language: WDL
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.