Browse Source

更新 'workflow.wdl'

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

+ 1
- 3
workflow.wdl View File

String gtf_dir = "oss://pgx-reference-data/reference/subread/" String gtf_dir = "oss://pgx-reference-data/reference/subread/"
String subread_docker String subread_docker
String subread_cluster String subread_cluster
Int strand_information = 0


call fastp.fastp as fastp { call fastp.fastp as fastp {
input: input:
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,
cluster = subread_cluster,
strand_information = strand_information
cluster = subread_cluster
} }
} }

Loading…
Cancel
Save