groovy.lang.MissingMethodException: No signature of method: Script_148f9beb.includeConfig() #2508
Answered
by
pditommaso
barryguglielmo
asked this question in
Q&A
-
includeConfig Not FoundHi There, I am developing using DSL2 and ran into an issue where my script is not recognizing includeConfig method. I tried doing it with DSL1 as well and still hit the same issue. I have deleted and re-installed Nextflow, but still have had no luck. the head of my main.nf is:
Program outputcommand line states:
.nextflow.log states:
Environment
Additional contextCould this issue be caused by java and groovy and not nextflow? |
Beta Was this translation helpful? Give feedback.
Answered by
pditommaso
Dec 20, 2021
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pditommaso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
includeConfig
is meant to be used in the nextflow config file, not in the pipeline script.