Browse Source

更新 'workflow.wdl'

master
meng 2 years ago
parent
commit
930f04e9d7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl View File

@@ -8,6 +8,7 @@ workflow {{ project_name }} {
File ref_fasta_cnvkit
String ref_fasta
File ref_flat
File bed_file
File gc
File tumor_bam
File tumor_bam_bai
@@ -43,6 +44,7 @@ workflow {{ project_name }} {
fasta=ref_fasta,
ref_flat=ref_flat,
#hrd=HRD.hrd,
bed_file=bed_file,
tumor_bam=tumor_bam,
tumor_bam_index=tumor_bam_bai,
normal_bam=normal_bam,

Loading…
Cancel
Save