mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 17:19:54 +00:00
Merge pull request #231 from maxulysse/master_kraken
Remove kraken profile
This commit is contained in:
commit
47217cae5b
5 changed files with 0 additions and 37 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -44,7 +44,6 @@ jobs:
|
||||||
- 'imperial'
|
- 'imperial'
|
||||||
- 'imperial_mb'
|
- 'imperial_mb'
|
||||||
- 'jax'
|
- 'jax'
|
||||||
- 'kraken'
|
|
||||||
- 'mpcdf'
|
- 'mpcdf'
|
||||||
- 'munin'
|
- 'munin'
|
||||||
- 'oist'
|
- 'oist'
|
||||||
|
|
|
@ -118,7 +118,6 @@ Currently documentation is available for the following systems:
|
||||||
* [HEBBE](docs/hebbe.md)
|
* [HEBBE](docs/hebbe.md)
|
||||||
* [ICR_DAVROS](docs/icr_davros.md)
|
* [ICR_DAVROS](docs/icr_davros.md)
|
||||||
* [JAX](docs/jax.md)
|
* [JAX](docs/jax.md)
|
||||||
* [KRAKEN](docs/kraken.md)
|
|
||||||
* [MPCDF](docs/mpcdf.md)
|
* [MPCDF](docs/mpcdf.md)
|
||||||
* [MUNIN](docs/munin.md)
|
* [MUNIN](docs/munin.md)
|
||||||
* [OIST](docs/oist.md)
|
* [OIST](docs/oist.md)
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
//Profile config names for nf-core/configs
|
|
||||||
params {
|
|
||||||
config_profile_name = 'KRAKEN'
|
|
||||||
config_profile_description = 'Jenkins cluster provided by nf-core/configs.'
|
|
||||||
config_profile_contact = 'Maxime Garcia or Johannes Alneberg'
|
|
||||||
config_profile_url = 'kraken.dyn.scilifelab.se'
|
|
||||||
}
|
|
||||||
|
|
||||||
process {
|
|
||||||
executor = 'local'
|
|
||||||
}
|
|
||||||
|
|
||||||
docker {
|
|
||||||
enabled = true
|
|
||||||
mountFlags = 'z'
|
|
||||||
fixOwnership = true
|
|
||||||
}
|
|
||||||
|
|
||||||
params {
|
|
||||||
max_memory = 60.GB
|
|
||||||
max_cpus = 16
|
|
||||||
max_time = 72.h
|
|
||||||
igenomes_base = '/share/igenomes/'
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
# nf-core/configs: KRAKEN Configuration
|
|
||||||
|
|
||||||
This profile can be **only** combined with `jenkins.config`. It is used for
|
|
||||||
testing pipeline with real data on **in-house** cluster located at SciLifeLab.
|
|
||||||
|
|
||||||
To use, run the pipeline with `-profile kraken`. This will download and launch
|
|
||||||
the [`kraken.config`](../conf/kraken.config) which has been pre-configured to
|
|
||||||
test the pipeline using `docker` by default.
|
|
||||||
|
|
||||||
Example: `nextflow run -profile kraken,jenkins`
|
|
|
@ -37,7 +37,6 @@ profiles {
|
||||||
genouest { includeConfig "${params.custom_config_base}/conf/genouest.config" }
|
genouest { includeConfig "${params.custom_config_base}/conf/genouest.config" }
|
||||||
gis { includeConfig "${params.custom_config_base}/conf/gis.config" }
|
gis { includeConfig "${params.custom_config_base}/conf/gis.config" }
|
||||||
hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" }
|
hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" }
|
||||||
kraken { includeConfig "${params.custom_config_base}/conf/kraken.config" }
|
|
||||||
mpcdf { includeConfig "${params.custom_config_base}/conf/mpcdf.config" }
|
mpcdf { includeConfig "${params.custom_config_base}/conf/mpcdf.config" }
|
||||||
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
|
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
|
||||||
oist { includeConfig "${params.custom_config_base}/conf/oist.config" }
|
oist { includeConfig "${params.custom_config_base}/conf/oist.config" }
|
||||||
|
|
Loading…
Reference in a new issue