Aws fix#613
Conversation
Dev -> Master v4.2.0
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.5.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
@nf-core-bot fix linting |
|
Sorry module changes need to be done in nf-core/modules, see here: https://github.com/nf-core/modules/blob/master/modules/nf-core/rastair/mbiasparser/main.nf |
Co-authored-by: Eduard Casas <123982193+eduard-watchmaker@users.noreply.github.com>
Co-authored-by: Eduard Casas <123982193+eduard-watchmaker@users.noreply.github.com>
|
@nf-core-bot fix linting |
|
Hum this is the error I see when linting, it should be irrelevant to this PR: ╭─ [!] 1 Pipeline Test Warning ────────────────────────────────────────────────╮ |
|
@eduard-watchmaker The variables should be exported to get the values right? It seems you have removed the export keyword. |
I think the export should be there in the rastair/mbiasparser module in nf-core/modules ? Maybe you just need to install / update the rastair modules in your pipeline using the nf-core toolkit? |
|
Great. Updating the rastair/mbiasparser module fixes it. So this will be incorporated into the next update right? Is there anything I can do to help. |
PR checklist
The error is from not having the following file 'conf/aws/batch/nextflow.config' mentinoined in nextflow.config in nf-core/methylseq line 251
So The only way to get rid of it is by adding that file, and while patching that I also came across this:
The env variables are not supposed to be defined like that.
NOTE: This is just a temporary patch
This passes nextflow run . -profile test,docker --outdir and have also been checked in debug mode.