Browse Source

更新 'workflow.wdl'

master
chenqingwang 4 years ago
parent
commit
94a9f2571f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

@@ -42,7 +42,6 @@ workflow {{ project_name }} {
String samtools_cluster
Int insert_size
File lnc_gtf_file
String gtf_dir
String subread_docker
String subread_cluster

@@ -101,7 +100,8 @@ workflow {{ project_name }} {
call featureCounts.featureCounts as featureCounts {
input:
sample_id = sample_id,
bam_file = samtools.out_bam,
bam_file = samtools.out_bam,
lnc_gtf_file = lnc_gtf_file,
docker = subread_docker,
cluster = subread_cluster
}

Loading…
Cancel
Save