Skip to content

Commit

Permalink
Merge branch 'nf-core:master' into calcua_simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoris authored Aug 13, 2024
2 parents 2283d73 + 596694c commit 2a4045d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
15 changes: 5 additions & 10 deletions conf/binac.config
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'BINAC cluster profile provided by nf-core/configs.'
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC'
config_profile_name = 'binac'
config_profile_description = 'BinAC cluster profile provided by nf-core/configs.'
config_profile_contact = 'Felix Bartusch (@fbartusch)'
config_profile_url = 'https://wiki.bwhpc.de/e/BinAC'
}

singularity {
enabled = true
envWhitelist = 'TZ'
cacheDir = '/beegfs/work/container/apptainer_cache'
}

process {
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'pbs'
queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time > 48.h ? 'long' : 'short'}
}
Expand All @@ -22,8 +22,3 @@ params {
max_cpus = 28
max_time = 168.h
}

weblog{
enabled = true
url = 'https://services.qbic.uni-tuebingen.de/flowstore/workflows'
}
12 changes: 12 additions & 0 deletions pipeline/troughgraph.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* -------------------------------------------------
* nfcore/troughgraph custom profile Nextflow config file
* -------------------------------------------------
* Config options for custom environments.
* Cluster-specific config options should be saved
* in the conf/pipeline/troughgraph folder and imported
* under a profile name here.
*/

profiles {
}

0 comments on commit 2a4045d

Please sign in to comment.