Hi everyone
I'm trying to run a Nextflow-based pipeline, but I receive this message: "This workflow requires Nextflow version 0.26 or greater -- You are running
version 20.01.0"
I have tried two commands to install Nextflow on my system: wget -qO- https://get.nextflow.io | bash AND curl -fsSL get.nextflow.io | bash
?Both of them install version 20.01.0. What should I do to get version 0.26
Thank you for your help
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/2e5d0c21-dd43-4abe-8b38-b321d1244d92%40googlegroups.com.
NXF_VERSION=0.26.0 nextflow info
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/3f29e77a-c2de-4e7a-b41b-ec4ba59fe32d%40googlegroups.com.
Version: 20.01.0 build 5264
I just remembered that I had put Nextflow version 20.01.0 in my PATH, so I removed and replaced it by the downloaded version 0.26.0. But this time when I ran nextflow info command, I receive a new error:
readlink: illegal option -- f
usage: readlink [-n] [file ...]
ERROR: Cannot find Java or it's a wrong version -- please make sure that Java 8 is installed
On Mon, Mar 23, 2020 at 1:27 AM Behnaz <bkh...@gmail.com> wrote:
--Thank you Sayerskt and Theo for your responsesBased on what I understood, I removed my last version of Nextflow, downloaded nextflow-0.26.0-all, renamed it to nextflow, and ran the pipeline by writing NXF_VERSION=0.26.0 nextflow runBut again I got the same message. Have I done something wrong?
در جمعه 20 مارس 2020، ساعت 13:47:02 (UTC+11)، Behnaz نوشته:Hi everyone
I'm trying to run a Nextflow-based pipeline, but I receive this message: "This workflow requires Nextflow version 0.26 or greater -- You are running
version 20.01.0"
I have tried two commands to install Nextflow on my system: wget -qO- https://get.nextflow.io | bash AND curl -fsSL get.nextflow.io | bash
?Both of them install version 20.01.0. What should I do to get version 0.26
Thank you for your help
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to next...@googlegroups.com.
I already have Java version 13.0.2. Do you think I need to install Version 8?
در سهشنبه 24 مارس 2020، ساعت
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/346446e1-405b-4354-b246-7ad87e216e63%40googlegroups.com.