Skip to content

Commit 76f0308

Browse files
authored
Merge pull request #156 from wustl-oncology/fix_strelka_typo
fix typo in naming of samples in vcf in strelka variant detection
2 parents 926e1f9 + 18cd094 commit 76f0308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/detect_variants_nonhuman.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ workflow detectVariantsNonhuman {
9393
exome_mode=strelka_exome_mode,
9494
cpu_reserved=strelka_cpu_reserved,
9595
normal_sample_name=normal_sample_name,
96-
tumor_sample_name=normal_sample_name,
96+
tumor_sample_name=tumor_sample_name,
9797
fp_min_var_freq=fp_min_var_freq
9898
}
9999

0 commit comments

Comments
 (0)