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

Unable to Run DGE2 Test - WorkflowDGE2 Class Not Found #1

Closed
zilov opened this issue Jun 5, 2024 · 2 comments
Closed

Unable to Run DGE2 Test - WorkflowDGE2 Class Not Found #1

zilov opened this issue Jun 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@zilov
Copy link

zilov commented Jun 5, 2024

Description of the bug

I am trying to run the test for DGE2 but encountering an error stating that the WorkflowDge class is not found. I attempted to include the class explicitly in the dge.nf file, but the error persists.

Command used and terminal output

nextflow run lconde-ucl/DGE2 -profile test --outdir ./test

ERROR ~ No such variable: WorkflowDge

 -- Check script 'DGE2/./workflows/dge.nf' at line: 16 or see '.nextflow.log' file for more details

Relevant files

nextflow_log.txt

System information

  • Nextflow both 23.04.01 and 24.04.02
  • HPC
  • running locally
  • profiles Docker/Singularity/Test
  • os - Ubuntu 22.04
  • DGE2 1.0
@zilov zilov added the bug Something isn't working label Jun 5, 2024
@lconde-ucl
Copy link
Owner

Hi @zilov,

Thank you for reporting this issue. There was a small typo which has now been corrected, so please feel free to try again. Please note that the test profile does not include the containers, so you will need to include a singularity or docker profile as well, for example:

nextflow run lconde-ucl/DGE2 -profile test,singularity --outdir results

The above works well for me with nextflow 23.04.4.

Thanks,
Lucia
Screenshot 2024-06-05 at 12 35 14

@zilov
Copy link
Author

zilov commented Jun 5, 2024

Lucia, thank you for the fast reply and fix! Everything works now!

@zilov zilov closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants