Browse Source

Fix bug: TNseq.wdl

master
YaqingLiu 4 years ago
parent
commit
4058620a88
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tasks/TNseq.wdl

+ 2
- 1
tasks/TNseq.wdl View File

--tumor_segments ${sample}.contamination.segments \ --tumor_segments ${sample}.contamination.segments \
${sample}.contamination ${sample}.contamination
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -r REFERENCE \
${SENTIEON_INSTALL_DIR}/bin/sentieon driver -t $nt \
-r ${ref_dir}/${fasta} \
--algo TNfilter \ --algo TNfilter \
--tumor_sample ${tumor_name} --normal_sample ${normal_name} \ --tumor_sample ${tumor_name} --normal_sample ${normal_name} \
-v ${sample}.TNseq.TN.tmp.vcf \ -v ${sample}.TNseq.TN.tmp.vcf \

Loading…
Cancel
Save