Parcourir la source

fix: $nt

master
YaqingLiu il y a 1 an
Parent
révision
09cb0ddc31
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      tasks/DownSample.wdl

+ 2
- 2
tasks/DownSample.wdl Voir le fichier

@@ -13,9 +13,9 @@ task DownSample {
set -e
nt=$(nproc)
if [ ${p} ]; then
seqkit sample --two-pass --threads ${nt} -s 100 -p ${p} ${fastq} -o ${sample_id}.fastq.gz
seqkit sample --two-pass --threads $nt -s 100 -p ${p} ${fastq} -o ${sample_id}.fastq.gz
else
seqkit sample --two-pass --threads ${nt} -s 100 -n ${n} ${fastq} -o ${sample_id}.fastq.gz
seqkit sample --two-pass --threads $nt -s 100 -n ${n} ${fastq} -o ${sample_id}.fastq.gz
fi
>>>


Chargement…
Annuler
Enregistrer