瀏覽代碼

......

dev
Zhihui 4 年之前
父節點
當前提交
483e7d06ad
共有 2 個文件被更改,包括 3 次插入7 次删除
  1. +2
    -2
      tasks/fastp.wdl
  2. +1
    -5
      workflow.wdl

+ 2
- 2
tasks/fastp.wdl 查看文件

@@ -4,8 +4,8 @@ task fastp {
File read2
String adapter_sequence
String adapter_sequence_r2
String docker
String cluster
String fastp_docker
String fastp_cluster
String umi_loc
Int trim_front1
Int trim_tail1

+ 1
- 5
workflow.wdl 查看文件

@@ -1,12 +1,8 @@
import "./tasks/fastp.wdl" as fastp

workflow {{ project_name }} {
workflow {{ project_name }} {
File inputSamplesFile
Array[Array[File]] inputSamples = read_tsv(inputSamplesFile)
scatter (quartet in inputSamples){

call fastp.fastp as fastp {
input:
sample_id=quartet[2],

Loading…
取消
儲存