mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update munin.config
This commit is contained in:
parent
4a7f98a83b
commit
0f34d757a9
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
||||||
/*
|
// rnafusion/munin specific profile config
|
||||||
* -------------------------------------------------
|
|
||||||
* Nextflow config file for Munin Singularity
|
|
||||||
* -------------------------------------------------
|
|
||||||
*/
|
|
||||||
|
|
||||||
params {
|
params {
|
||||||
max_cpus = 24
|
max_cpus = 24
|
||||||
|
@ -61,4 +57,4 @@ process {
|
||||||
withName:squid {
|
withName:squid {
|
||||||
container = "${params.containerPath}/rnafusion_squid_v${params.squid_version}.img"
|
container = "${params.containerPath}/rnafusion_squid_v${params.squid_version}.img"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue