Ver código fonte

更新 'workflow.wdl'

master
meng 2 anos atrás
pai
commit
e7be98b549
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      workflow.wdl

+ 2
- 1
workflow.wdl Ver arquivo

@@ -8,7 +8,7 @@ workflow {{ project_name }} {
File ref_fasta_cnvkit
String ref_fasta
File ref_flat
File bed_file
File? bed_file
File gc
File tumor_bam
File tumor_bam_bai
@@ -28,6 +28,7 @@ workflow {{ project_name }} {
ref_dir=ref_fasta_dir,
gc=gc,
normal_bam=normal_bam,
bed_file=bed_file,
normal_bam_index=normal_bam_bai,
tumor_bam=tumor_bam,
tumor_bam_index=tumor_bam_bai,

Carregando…
Cancelar
Salvar