Przeglądaj źródła

更新 'tasks/qualimap.wdl'

master
meng 2 lat temu
rodzic
commit
f943789696
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/qualimap.wdl

+ 1
- 1
tasks/qualimap.wdl Wyświetl plik

@@ -14,7 +14,7 @@ task qualimap{
set -o pipefail
set -exo
nt=$(nproc)
/opt/qualimap/qualimap bamqc -bam ${bam_file} -gff ${annot_gff} -outformat PDF:HTML -nt $nt -nr 500 -nw 1500 -outdir ${out_dir} --java-mem-size=60G
/opt/qualimap/qualimap bamqc -bam ${bam_file} -gff ${annot_gff} -outformat PDF:HTML -nt $nt -nr 500 -nw 1500 -outdir ${out_dir} --java-mem-size=64G
tar -zcvf ${out_dir}.tar ${out_dir}
>>>


Ładowanie…
Anuluj
Zapisz