瀏覽代碼

......

dev
Zhihui 4 年之前
父節點
當前提交
e2a6eda9af
共有 2 個檔案被更改,包括 4 行新增2 行删除
  1. +1
    -1
      inputs
  2. +3
    -1
      workflow.wdl

+ 1
- 1
inputs 查看文件

@@ -43,5 +43,5 @@
"{{ project_name }}.umi_len": "{{ umi_len }}",
"{{ project_name }}.length_required": "{{ length_required }}",
"{{ project_name }}.qualified_quality_phred": "{{ qualified_quality_phred }}",
"{{ disable_quality_filtering }}.umi_loc": "{{ disable_quality_filtering }}"
"{{ project_name }}.disable_quality_filtering": "{{ disable_quality_filtering }}"
}

+ 3
- 1
workflow.wdl 查看文件

@@ -11,7 +11,9 @@ workflow {{ project_name }} {
input:
sample_id=quartet[2],
read1=quartet[0],
read2=quartet[1]
read2=quartet[1],
docker = fastp.docker,
cluster = fastp.cluster
}
}
}

Loading…
取消
儲存