|
|
|
|
|
|
|
|
import "./tasks/mergeSentieon.wdl" as mergeSentieon |
|
|
import "./tasks/mergeSentieon.wdl" as mergeSentieon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
workflow project_name { |
|
|
|
|
|
|
|
|
workflow {{ project_name }} { |
|
|
|
|
|
|
|
|
File inputSamplesFile |
|
|
File inputSamplesFile |
|
|
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile) |
|
|
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile) |
|
|
|
|
|
|
|
|
File benchmarking_dir |
|
|
File benchmarking_dir |
|
|
File ref_dir |
|
|
File ref_dir |
|
|
String fasta |
|
|
String fasta |
|
|
File sdf |
|
|
|
|
|
|
|
|
|
|
|
scatter (sample in inputSamples) { |
|
|
scatter (sample in inputSamples) { |
|
|
call fastqc.fastqc as fastqc { |
|
|
call fastqc.fastqc as fastqc { |