Skip to content
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

wf-artic incompatible with nextflow version >24 #118

Open
ammaraziz opened this issue Feb 5, 2025 · 0 comments
Open

wf-artic incompatible with nextflow version >24 #118

ammaraziz opened this issue Feb 5, 2025 · 0 comments

Comments

@ammaraziz
Copy link

Operating System

Ubuntu 22.04

Other Linux

No response

Workflow Version

v1.2.2

Workflow Execution

Command line (Local)

Other workflow execution

No response

EPI2ME Version

No response

CLI command run

nextflow run vidrl/wf-artic -r v1.2.2 \
-c covid.cfg \
--fastq dataset/fastq_pass \
--out_dir results/ \
--sample_sheet dataset/samplesheet.csv \
--scheme_name SARS-CoV-2 \
--scheme_version ARTIC-ONT/V5.2 \
--basecaller_cfg dna_r10.4.1_e8.2_400bps_hac \
--update_data \
--normalise 400 \
--min_len 150 \
--max_len 1200

Workflow Execution - CLI Execution Profile

None

What happened?

This pipeline is incompatible with nextflow version 24 and above. The error produced:

ERROR ~ Script compilation error
- file : .../.nextflow/assets/vidrl/wf-artic/main.nf
- cause: Invalid output definition @ line 638, column 5.
       output(results)
       ^

1 error


 -- Check '.nextflow.log' file for details

Downgrading nextflow verson to 23.10.1 fixes this issue.

Tested nextflow version nextflow version 24.10.4 and 24.10.1

Relevant log output

N E X T F L O W   ~  version 24.10.4

Launching `https://github.com/vidrl/wf-artic` [disturbed_dubinsky] DSL2 - revision: 672be102cc [v1.1.0.r4]

ERROR ~ Script compilation error
- file : .../.nextflow/assets/vidrl/wf-artic/main.nf
- cause: Invalid output definition @ line 638, column 5.
       output(results)
       ^

1 error


 -- Check '.nextflow.log' file for details

Application activity log entry

Were you able to successfully run the latest version of the workflow with the demo data?

yes

Other demo data information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant