Browse Source

更新 'workflow.wdl'

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

+ 1
- 1
workflow.wdl View File

call featureCounts.featureCounts as featureCounts { call featureCounts.featureCounts as featureCounts {
input: input:
sample_id = sample_id, sample_id = sample_id,
bam_file = samtools.bam,
bam_file = samtools.out_bam,
lnc_gtf_file = lnc_gtf_file, lnc_gtf_file = lnc_gtf_file,
gtf_dir = gtf_dir, gtf_dir = gtf_dir,
docker = subread_docker, docker = subread_docker,

Loading…
Cancel
Save