mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Add in both uppmax profiles
This commit is contained in:
parent
6f7a3cc422
commit
2b814041ee
2 changed files with 20 additions and 8 deletions
|
@ -1,13 +1,20 @@
|
||||||
/*
|
//Profile config names for nf-core/configs
|
||||||
* -------------------------------------------------
|
params {
|
||||||
* Nextflow config file for UPPMAX (rackham / irma)
|
config_profile_name = 'UPPMAX-DEVEL'
|
||||||
* -------------------------------------------------
|
config_profile_description = 'UPPMAX Development Cluster Profile provided by nf-core/configs.'
|
||||||
|
config_profile_contact = 'Phil Ewels (@ewels)'
|
||||||
|
config_profile_url = 'https://www.uppmax.uu.se/'
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Additional description:
|
||||||
* To be applied after main UPPMAX config, overwrites config and
|
* To be applied after main UPPMAX config, overwrites config and
|
||||||
* submits jobs to the `devcore` queue, which has much faster
|
* submits jobs to the `devcore` queue, which has much faster
|
||||||
* queue times. All jobs are limited to 1 hour to be eligible
|
* queue times. All jobs are limited to 1 hour to be eligible
|
||||||
* for this queue and only one job allowed at a time.
|
* for this queue and only one job allowed at a time.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
name = 'slurm'
|
name = 'slurm'
|
||||||
queueSize = 1
|
queueSize = 1
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
/*
|
//Profile config names for nf-core/configs
|
||||||
* -------------------------------------------------
|
params {
|
||||||
* Nextflow config file for UPPMAX (rackham / irma)
|
config_profile_name = 'UPPMAX'
|
||||||
* -------------------------------------------------
|
config_profile_description = 'UPPMAX Cluster Profile provided by nf-core/configs.'
|
||||||
|
config_profile_contact = 'Phil Ewels (@ewels)'
|
||||||
|
config_profile_url = 'https://www.uppmax.uu.se/'
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Additional description:
|
||||||
* Defines reference genomes, using iGenome paths
|
* Defines reference genomes, using iGenome paths
|
||||||
* Imported under the default 'standard' Nextflow
|
* Imported under the default 'standard' Nextflow
|
||||||
* profile in nextflow.config
|
* profile in nextflow.config
|
||||||
|
|
Loading…
Reference in a new issue