Browse Source

更新 'tasks/fastp.wdl'

master
meng 2 years ago
parent
commit
0ea3eb4de2
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      tasks/fastp.wdl

+ 2
- 4
tasks/fastp.wdl View File

String out2_name = sample_id+'clean_2.fastq.gz' String out2_name = sample_id+'clean_2.fastq.gz'


command <<< command <<<
set -o pipefail set -o pipefail
set -e
nt=$(nproc)
set -e
nt=$(nproc)
# basic command # basic command
/opt/conda/bin/fastp \ /opt/conda/bin/fastp \
--report_title ${report_title} \ --report_title ${report_title} \
--thread $nt \ --thread $nt \
--length_required 30 --length_required 30

>>> >>>


runtime { runtime {

Loading…
Cancel
Save