mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-23 08:49:54 +00:00
Add hasta config for taxprofiler
This commit is contained in:
parent
15c938d05b
commit
5bc6ed90bd
2 changed files with 23 additions and 0 deletions
10
conf/pipeline/taxprofiler/hasta.config
Normal file
10
conf/pipeline/taxprofiler/hasta.config
Normal file
|
@ -0,0 +1,10 @@
|
|||
process {
|
||||
|
||||
withName:'BBMAP_BBDUK' {
|
||||
memory = { check_max( 80.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
|
||||
withName: 'MALT_RUN' {
|
||||
memory = { check_max( 80.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
}
|
13
pipeline/taxprofiler.config
Normal file
13
pipeline/taxprofiler.config
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* -------------------------------------------------
|
||||
* nfcore/taxprofiler custom profile Nextflow config file
|
||||
* -------------------------------------------------
|
||||
* Config options for custom environments.
|
||||
* Cluster-specific config options should be saved
|
||||
* in the conf/pipeline/taxprofiler folder and imported
|
||||
* under a profile name here.
|
||||
*/
|
||||
|
||||
profiles {
|
||||
hasta { includeConfig "${params.custom_config_base}/conf/pipeline/taxprofiler/hasta.config" }
|
||||
}
|
Loading…
Reference in a new issue