Skip to content

Commit 52cf0f1

Browse files
committed
modify settings for mitra and durga
1 parent 10a2819 commit 52cf0f1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

default.env

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@
2222

2323

2424

25-
# Stanford Kundaje group clusters (gpu)
26-
[vayu]
25+
# Stanford Kundaje group clusters (out of SGE)
26+
[vayu, mitra, durga]
2727
conda_env = aquas_chipseq
2828
conda_env_py3 = aquas_chipseq_py3
2929
species_file = $script_dir/species/kundaje.conf
3030
unlimited_mem_wt= true # unlimited max. memory and walltime on Kundaje clusters
31+
nice = 10
3132

3233

33-
# Stanford Kundaje group clusters (cpu)
34-
[nandi, kali, amold, wotan, kadru, surya, mitra, durga]
34+
# Stanford Kundaje group clusters (controlled with SGE)
35+
[nandi, kali, amold, wotan, kadru, surya]
3536
conda_env = aquas_chipseq
3637
conda_env_py3 = aquas_chipseq_py3
3738
species_file = $script_dir/species/kundaje.conf

0 commit comments

Comments
 (0)