Ver código fonte

更新 'tasks/teprof_s1.wdl'

16
master
biochenglinliu 2 anos atrás
pai
commit
de82cc964c
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      tasks/teprof_s1.wdl

+ 2
- 2
tasks/teprof_s1.wdl Ver arquivo

@@ -12,8 +12,8 @@ task teprof_s1 {
set -o pipefail
set -e
pigz -p 8 -dc ${fastq1} > ${sample_id}_R1.fastq
pigz -p 8 -dc ${fastq2} > ${sample_id}_R2.fastq
pigz -p 16 -dc ${fastq1} > ${sample_id}_R1.fastq
pigz -p 16 -dc ${fastq2} > ${sample_id}_R2.fastq
STAR \
--runThreadN 8 \
--genomeDir ${STAR_INDEX_DIR} \

Carregando…
Cancelar
Salvar