浏览代码

更新 'tasks/fastp.wdl'

master
meng 2 年前
父节点
当前提交
0ea3eb4de2
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. +2
    -4
      tasks/fastp.wdl

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

@@ -29,10 +29,9 @@ task fastp {
String out2_name = sample_id+'clean_2.fastq.gz'

command <<<
set -o pipefail
set -e
nt=$(nproc)
set -e
nt=$(nproc)
# basic command
/opt/conda/bin/fastp \
@@ -45,7 +44,6 @@ task fastp {
--report_title ${report_title} \
--thread $nt \
--length_required 30

>>>

runtime {

正在加载...
取消
保存