Explorar el Código

更新 'tasks/teprof_s1.wdl'

16
master
biochenglinliu hace 2 años
padre
commit
de82cc964c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/teprof_s1.wdl

+ 2
- 2
tasks/teprof_s1.wdl Ver fichero

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

Cargando…
Cancelar
Guardar