瀏覽代碼

更新 'workflow.wdl'

master
chenqingwang 4 年之前
父節點
當前提交
e37c1ba41d
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      workflow.wdl

+ 0
- 2
workflow.wdl 查看文件

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 cpu_num = 4
Int strand_information = 0 Int strand_information = 0


call fastp.fastp as fastp { call fastp.fastp as fastp {
gtf_dir = gtf_dir, gtf_dir = gtf_dir,
docker = subread_docker, docker = subread_docker,
cluster = subread_cluster, cluster = subread_cluster,
cpu_num = cpu_num,
strand_information = strand_information strand_information = strand_information
} }
} }

Loading…
取消
儲存