ソースを参照

fix: remove p

master
YaqingLiu 1年前
コミット
71c43139cb
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      tasks/DownSample.wdl

+ 0
- 1
tasks/DownSample.wdl ファイルの表示

@@ -11,7 +11,6 @@ task DownSample {
set -o pipefail
set -e
nt=$(nproc)
# seqkit sample --two-pass --threads $nt -s 100 -p ${p} ${fastq} -o ${sample_id}.fastq.gz
seqkit sample --two-pass --threads $nt -s 100 -n ${n} ${fastq} -o ${sample_id}.fastq.gz
>>>


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