Replies: 1 comment
-
Try https://nextflow.io/docs/latest/reference/config.html#executor |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Nextflow by defaults sets "nf-" as a prefix to every SBATCH job:
Is there a way to change it? I tried using
process.beforeScript "sed -i 's/^#SBATCH -J nf-/#SBATCH -J NIPT-/' .command.run"
However, the sbatch is deployed before this change.
I was looking also into https://www.nextflow.io/docs/latest/reference/env-vars.html but did not find any option...
Beta Was this translation helpful? Give feedback.
All reactions