Skip to content

Commit

Permalink
Add configuration for very small servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Talenti committed Mar 3, 2021
1 parent cdbefd0 commit 8e040b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/verysmall.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process {
}
withLabel: gsalign{
cpus = Runtime.runtime.availableProcessors()
memory = { 2.GB * task.cpus * task.attempt }
memory = { 1.GB * task.cpus * task.attempt }
time = { 4.h * task.attempt }
}
}
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ log.info '''
=====================================
'''
log.info """\
Nextflow LiftOver v 1.5.0
Nextflow LiftOver v 1.5.0a
=====================================
source : $params.source
target : $params.target
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ manifest {
description = 'Nextflow lift over pipeline.'
mainScript = 'main.nf'
nextflowVersion = '>=20.07.1'
version = '1.5.0'
version = '1.5.0a'
}

0 comments on commit 8e040b9

Please sign in to comment.