-
Notifications
You must be signed in to change notification settings - Fork 6
/
call_cluster.sh
25 lines (25 loc) · 1.46 KB
/
call_cluster.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
# Invokes all indel callers
#
PPN=4
PPN_MULTI=20
MEMGB=64
echo ./call_breakdancer.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb,walltime=336:00:00
#./call_clever.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
echo ./call_cortex.sh $1 -q skylake -l nodes=1:ppn=${PPN},mem=750gb,walltime=336:00:00
echo ./call_crest.sh $1 -l nodes=1:ppn=${PPN_MULTI},mem=${MEMGB}gb,walltime=336:00:00
#./call_defuse.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
echo ./call_delly.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb,walltime=336:00:00
#./call_gasv.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
echo ./call_gridss.sh $1 -l nodes=1:ppn=${PPN_MULTI},mem=${MEMGB}gb,walltime=336:00:00
echo ./call_hydra.sh $1 -l nodes=1:ppn=${PPN_MULTI},mem=${MEMGB}gb,walltime=336:00:00
echo ./call_lumpy.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb,walltime=336:00:00
echo ./call_manta.sh $1 -l nodes=1:ppn=${PPN_MULTI},mem=${MEMGB}gb,walltime=336:00:00
#./call_meerkat.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
echo ./call_pindel.sh $1 -l nodes=1:ppn=${PPN_MULTI},mem=${MEMGB}gb,walltime=336:00:00
#./call_samtools.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
echo ./call_socrates.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb,walltime=336:00:00
#./call_tigra.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
#./call_variationhunter.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
#./call_whamg.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb
echo ./call_samtools.sh $1 -l nodes=1:ppn=${PPN},mem=${MEMGB}gb,walltime=336:00:00