Browse Source

更新 'workflow.wdl'

master
chenqingwang 4 years ago
parent
commit
710f4f2c8e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -113,7 +113,7 @@ workflow {{ project_name }} {
sample_id = sample_id,
bam_file = samtools.bam,
lnc_gtf_file = lnc_gtf_file,
gtf_dir = gtf_dir
gtf_dir = gtf_dir,
docker = subread_docker,
cluster = subread_cluster,
cpu_num = cpu_num,

Loading…
Cancel
Save