ソースを参照

更新 'tasks/teprof_s1.wdl'

16
master
biochenglinliu 2年前
コミット
de82cc964c
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      tasks/teprof_s1.wdl

+ 2
- 2
tasks/teprof_s1.wdl ファイルの表示

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

読み込み中…
キャンセル
保存