Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

ERROR No such variable: nextflow #472

Closed
marcelm opened this issue Oct 5, 2017 · 1 comment
Closed

ERROR No such variable: nextflow #472

marcelm opened this issue Oct 5, 2017 · 1 comment
Labels

Comments

@marcelm
Copy link
Member

marcelm commented Oct 5, 2017

When I run the current version of the pipeline, I get this:

N E X T F L O W  ~  version 0.22.2
Launching `main.nf` [naughty_sinoussi] - revision: 62c3b2711f
ERROR ~ No such variable: nextflow

Somewhat ironically, it is the version check that causes this:

if (!nextflow.version.matches('>= 0.25.0')) exit 1, "Nextflow version 0.25.0 or greater is needed to run this workflow"
@maxulysse
Copy link
Member

OK, I know how to fix that: cf https://github.com/SciLifeLab/NGI-RNAseq/blob/master/main.nf#L84-L97

@maxulysse maxulysse added the bug label Oct 5, 2017
maxulysse referenced this issue in maxulysse/nf-core_sarek Oct 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants