This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guides:slurm:nextflow [08.03.2024 15:11] Administrator |
guides:slurm:nextflow [21.08.2025 13:42] (current) Administrator |
||
---|---|---|---|
Line 6: | Line 6: | ||
- | //Profile config names for nf-core/ | ||
params { | params { | ||
config_profile_description = 'The University of Eastern Finland SLURM cluster profile' | config_profile_description = 'The University of Eastern Finland SLURM cluster profile' | ||
Line 22: | Line 21: | ||
executor = ' | executor = ' | ||
- | queue = 'serial' | + | queue = 'small' |
queueSize = 16 | queueSize = 16 | ||
Line 39: | Line 38: | ||
clusterOptions = ' | clusterOptions = ' | ||
--output=/ | --output=/ | ||
- | --error=/ | + | --error=/ |
} | } | ||