Closed jdiazsupsi closed 5 months ago
Hi @jdiazsupsi, Nextflow introduced a new feature in v24.04 that conflicts with some of our workflows. This will be fixed in the next wf-bacterial-genomes release. In the meantime, you can run the workflow with Nextflow version 23.10 by running it as
NXF_VER=23.10.1 nextflow run epi2me-labs/wf-bacterial-genomes ...
Please let us know if this doesn't resolve the issue. Thanks for your patience!
Hi @julibeg, I created a new conda environment with Nextflow 23.10.1 and it run to completion. Thanks a lot for the quick solution!
Operating System
Ubuntu 22.04
Other Linux
No response
Workflow Version
v1.2.0
Workflow Execution
Command line
EPI2ME Version
No response
CLI command run
nextflow run epi2me-labs/wf-bacterial-genomes \ --fastq wf-bacterial-genomes-demo/isolates_fastq \ --isolates \ --sample_sheet wf-bacterial-genomes-demo/isolates_sample_sheet.csv \ -profile standard
Workflow Execution - CLI Execution Profile
None
What happened?
Hello, I tried running the test dataset before using my own data and I get the following error:
I tried other workflows (like wf-metagenomes) and they work, so it does not seem related to the Nextflow installation. I also tried removing the wf with
nextflow drop
and downloading it again but the issue persists. Even trying to get the help message by runningnextflow run epi2me-labs/wf-bacterial-genomes --help
results on the same Script compilation error from above. Do you guys have any idea of what might be causing the issue? Thanks a lot for your time! Best, Juan.Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
no
Other demo data information
No response