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

Error when running 2.7.0 and 2.7.1 #482

Open
dcarrillox opened this issue Dec 5, 2024 · 6 comments
Open

Error when running 2.7.0 and 2.7.1 #482

dcarrillox opened this issue Dec 5, 2024 · 6 comments

Comments

@dcarrillox
Copy link

dcarrillox commented Dec 5, 2024

Description of the bug

Hi,

I tried to run both 2.7.0 and 2.7.1 versions with my own data but without much success. When running the tests, they throw the same error (below). Tests for the 2.6.0 ran smoothly. Any idea?

Thanks,
Daniel

Command used and terminal output

$ nextflow run nf-core/methylseq -r 2.7.0 -profile test,singularity --outdir results
Nextflow 24.10.2 is available - Please consider updating your version to it

 N E X T F L O W   ~  version 24.10.0

Launching `https://github.com/nf-core/methylseq` [ecstatic_archimedes] DSL2 - revision: aac172df2c [2.7.0]

ERROR ~ Class definition not found: nextflow/validation/HelpConfig

 -- Check script '.nextflow/assets/nf-core/methylseq/./workflows/methylseq/main.nf' at line: 14 or see '.nextflow.log' file for more details
@dcarrillox dcarrillox added the bug Something isn't working label Dec 5, 2024
@sateeshperi
Copy link
Contributor

hi what is the java version you are using ?

@sateeshperi
Copy link
Contributor

any info that you can provide that will help me reproduce this issue would be appreciated

@dcarrillox
Copy link
Author

Hi, java version is 17.0.8.1. I attach the .nextflow.log as well. nextflow.log

@sateeshperi
Copy link
Contributor

could you update your nextflow version to 24.0.2 and try once plz

@sateeshperi
Copy link
Contributor

also the error line nextflow/validation/HelpConfig points to a possible use of nf-validation which has since been depreciated in favor of nf-schema which is available in 2.7.1.

Maybe it has been cached and its trying to use that. Could you remove any previous .nextflow folder and also try again if you see the same error

@sateeshperi
Copy link
Contributor

hi @dcarrillox any update on above ?

@sateeshperi sateeshperi removed the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants