Selaa lähdekoodia

更新 'tasks/teprof_s1.wdl'

16
master
biochenglinliu 2 vuotta sitten
vanhempi
commit
de82cc964c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      tasks/teprof_s1.wdl

+ 2
- 2
tasks/teprof_s1.wdl Näytä tiedosto

@@ -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} \

Loading…
Peruuta
Tallenna