-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help running test profile #217
Comments
Hey @telatin ! Thanks for your interest in the pipeline! That's odd. Your commands look fine. Did you do a Another thing is: installing an even newer nextflow version (>23.x.x), which you could also test in a separate Conda environment: conda create -n nextflow-test -c bioconda nextflow
conda activate nextflow-test
nextflow run ... I will also try to reproduce your problem when back at some laptop. |
I just tried it with N E X T F L O W ~ version 23.04.1 and
and it works for me. I also installed an older version of
and this also worked. Where do you try to run it? Linux? Laptop or Cluster? Can you run any other |
I was using a cloud VM with Ubuntu, will try again :) |
Ok, I am not experienced running nextflow in cloud VMs - yes, please give it another try and let us know if we can be of any further help. |
Hello there!
I tried the pipeline as:
and
I see
nextflowVersion = '>=21.05.0'
in the configuration file, and trying with 21.07 or 21.10 things do not improve.I expect the test profile feeds the corrects parameters to the pipeline so I'm unsure what to do to try running it. I tried with
-r 1.4.1
to stick to the last release as well.Thanks for you help!
The text was updated successfully, but these errors were encountered: