Browse Source

更新 'workflow.wdl'

master
chenqingwang 3 years ago
parent
commit
ecd43c4532
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

input: input:
sample_id=sample_id, sample_id=sample_id,
in_fastq=ReadFilter.out_fastq, in_fastq=ReadFilter.out_fastq,
refname="Hg38",dir_index=dir_index_hg38,prefix_index=prefix_index_hg38,
refname="RN7",dir_index=dir_index_hg38,prefix_index=prefix_index_hg38,
max_mismatch_allowed=max_mismatch_allowed, max_mismatch_allowed=max_mismatch_allowed,
docker=docker_bowtie, cluster_config=cluster_config, disk_size=disk_size docker=docker_bowtie, cluster_config=cluster_config, disk_size=disk_size
} }

Loading…
Cancel
Save