소스 검색

更新 '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 {

Loading…
취소
저장