File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed
Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ .. / common/ common. tf
Original file line number Diff line number Diff line change 1+ jupyterhub::jupyterhub_config_hash :
2+ SbatchForm :
3+ memory :
4+ min : 1024
5+ max : 50000
6+ def : 2048
7+
8+ profile::software_stack::lmod_default_modules :
9+ - ' python/3.11'
10+ - ' bwa/0.7.18'
11+ - ' bedtools/2.31.0'
12+ - ' bedops/2.4.41'
13+ - ' samtools/1.22.1'
14+ - ' sambamba/1.0.1'
15+ - ' gcc/12.3'
16+ - ' r/4.5.0'
17+ - ' r-bundle-bioconductor/3.21'
18+ - ' trimmomatic/0.39'
19+ - ' perl/5.36.1'
20+ - ' star/2.7.11b'
21+ - ' subread/2.0.6'
22+ - ' fastqc/0.12.1'
23+
24+ jupyterhub::kernel::venv::packages :
25+ - ' cutadapt'
26+ - ' deeptools'
Original file line number Diff line number Diff line change 1+ locals {
2+ custom = {
3+ nnodes = {
4+ cpupool = 7
5+ }
6+ home_size = 100
7+ project_size = 200
8+ scratch_size = 1625
9+
10+ user_quotas = {
11+ home = " 7g"
12+ project = " 15g"
13+ scratch = " 125g"
14+ }
15+ }
16+ name = " bioc600"
17+ }
You can’t perform that action at this time.
0 commit comments