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 obtain DAG file. #265

Closed
petemeng opened this issue Feb 20, 2024 · 3 comments
Closed

Unable to obtain DAG file. #265

petemeng opened this issue Feb 20, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@petemeng
Copy link

petemeng commented Feb 20, 2024

Description of the bug

nextflow run metatdenovo-1.0.0/main.nf --input samplesheet.csv --outfir result2 -profile docker -with-dag dag.html --skip_eukulele true
-[nf-core/metatdenovo] Pipeline completed successfully-
Completed at: 20-Feb-2024 18:50:32
Duration    : 1h 20m 57s
CPU hours   : 5.3
Succeeded   : 49

The command was run successfully, but no DAG file was obtained.

Command used and terminal output

No response

Relevant files

No response

System information

No response

Tasks

No tasks being tracked yet.
@petemeng petemeng added the bug Something isn't working label Feb 20, 2024
@erikrikarddaniel
Copy link
Member

The -with-dag parameter is a Nextflow parameter so should work for any pipeline. There is no code in this pipeline to deal with this.

I ran the metatdenovo test case with the parameter and it produced a diagram. Not very readable perhaps, but at least it worked.

Command: nextflow run nf-core/metatdenovo -r 1.0.0 -profile docker,test -with-dag dag.html

I note that you have misspelled --outdir in your example above. Moreover, you know that you don't need to clone or download the pipeline code? This is done automatically by Nextflow if you call it following my example above.

@petemeng
Copy link
Author

The nextflow 23.10 version can generate dag files normally, but the nextflow 23.04 version can't generate.

@erikrikarddaniel
Copy link
Member

OK, then I close this issue as it seems to be a Nextflow issue.

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