-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Spark for GATK #76
Conversation
Maybe we could add a comment to the template that pipelines using SPARK shouldn't have these options set? |
No idea about that one is this |
We had some discussions whether we need it at all or should have it by default. Even in the nextflow issue tracker it's not been clear whether this should be a default setting in general for nextflows docker integration ...? |
|
GATK Spark
possibilities to Sarekgatk4-spark
instead ofgatk4
runOptions = "-u \$(id -u):\$(id -g)"
innextflow.config
to enableSpark
possibilitiesPR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: guidelines