|
|
@@ -46,13 +46,13 @@ workflow {{ project_name }} { |
|
|
|
|
|
|
|
String disk_size |
|
|
|
String cluster_config |
|
|
|
|
|
|
|
|
|
|
|
Boolean haplotyper |
|
|
|
Boolean tnseq |
|
|
|
Boolean tnscope |
|
|
|
Boolean varscan |
|
|
|
|
|
|
|
if ( tumor_fastq_1 != "" ) { |
|
|
|
if (tumor_fastq_1!= "") { |
|
|
|
call mapping.mapping as tumor_mapping { |
|
|
|
input: |
|
|
|
group=sample_id + '_tumor', |
|
|
@@ -144,13 +144,13 @@ workflow {{ project_name }} { |
|
|
|
disk_size=disk_size, |
|
|
|
cluster_config=cluster_config |
|
|
|
} |
|
|
|
} |
|
|
|
}å |
|
|
|
|
|
|
|
call mapping.mapping as normal_mapping { |
|
|
|
input: |
|
|
|
group=sample_id + '_normal', |
|
|
|
sample=sample_id + '_normal', |
|
|
|
fastq_1=normal_fastq_1, |
|
|
|
fastq_1=normal_fastq_1,å |
|
|
|
fastq_2=normal_fastq_2, |
|
|
|
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR, |
|
|
|
SENTIEON_LICENSE=SENTIEON_LICENSE, |