nextflow.script.ScriptBinding.check_max()
Description of the bug
Hello,
I am trying to run the workflow but this issue occurs: I don't understand what the line "No signature of method: nextflow.script.ScriptBinding.check_max() is applicable for argument types: () values: []" means. Thanks a lot
Francesco
Error executing process > 'NFCORE_CHIPSEQ:CHIPSEQ:PREPARE_GENOME:GTF2BED (genes.gtf)'
Caused by: No signature of method: nextflow.script.ScriptBinding.check_max() is applicable for argument types: () values: []
Source block: """ gtf2bed \ $gtf \ > ${gtf.baseName}.bed
cat <<-END_VERSIONS > versions.yml
"${task.process}":
perl: \$(echo \$(perl --version 2>&1) | sed 's/.*v\\(.*\\)) built.*/\\1/')
END_VERSIONS
"""
Work dir:
Command used and terminal output
No response
Relevant files
No response
System information
No response
Sorry for the late response but we have seen similar stuff when trying to redefine the computational resources in an ad-hoc config see for instance here. If you still need help just post it back here.
Will close it now as it has had no activity recently.