Entering edit mode
3 months ago
Mmar
•
0
Hi, I am having an issue with running Nextflow pipeline on hpc.
All pipelines I am trying to run ends with following error:
‚No such variable: nextflow
It refers to line:
nextflow.enable.dsl=2
If I remove this line it fails on include command.
I tested on many Nextflow versions. Seems to be not dependent on specific version or pipeline.
Any ideas appreciated!
You need to show some minimal code to understand or reproduce the error.
Not much to show tbh. It fail for example on https://github.com/nextflow-io/hello
Look, if you want help, you need to show code and error messages. If I clone the linked repo and then run
nextflow run main.nf
, then I get:Please run with this command and then show what happens.
This is the output:
` NE X T F L O W ~ version 23.10.1 Launching main.nf ERROR ~ No such variable: nextflow
-- Check '.nextflow.log' file for details `