Procházet zdrojové kódy

更新 'tasks/qualimap.wdl'

master
meng před 2 roky
rodič
revize
20b62d945f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/qualimap.wdl

+ 1
- 1
tasks/qualimap.wdl Zobrazit soubor

@@ -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 -outdir ${out_dir} --java-mem-size=32G
/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}
>>>


Načítá se…
Zrušit
Uložit