chipseq icon indicating copy to clipboard operation
chipseq copied to clipboard

nextflow.script.ScriptBinding.check_max()

Open fgualdr opened this issue 2 years ago • 1 comments

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

fgualdr avatar Feb 09 '23 09:02 fgualdr

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.

JoseEspinosa avatar Apr 18 '23 21:04 JoseEspinosa

Will close it now as it has had no activity recently.

JoseEspinosa avatar Jul 23 '24 20:07 JoseEspinosa