mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Removed an old process so that only relevant processes are included
This commit is contained in:
parent
d61ed01d2d
commit
febf38dd8e
1 changed files with 0 additions and 6 deletions
|
@ -6,12 +6,6 @@ params {
|
|||
}
|
||||
|
||||
process {
|
||||
//"make_classifier" is the older version (just one step) of preparing the database for classification
|
||||
withName: make_classifier {
|
||||
clusterOptions = { "-A $params.project -C fat -p node -N 1 -t 7-00:00:00 ${params.clusterOptions ?: ''}" }
|
||||
}
|
||||
|
||||
//"classifier_extract_seq" and "classifier_train" is the newer version, where database preparation is split in two to optimise resources
|
||||
withName: classifier_extract_seq {
|
||||
clusterOptions = { "-A $params.project -p core -n 1 -t 7-00:00:00 ${params.clusterOptions ?: ''}" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue