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

--rulegraph yields no output except "Building DAG of jobs..." while --dag works successfully #2656

Closed
yardimcilab opened this issue Jan 30, 2024 · 0 comments · Fixed by #2673
Labels
bug Something isn't working

Comments

@yardimcilab
Copy link

Snakemake version

8.4.0

Describe the bug

When I run snakemake with the --dag flag, it outputs a visual I can plot in dot. When I replace --dag with --rulegraph in the same command, it generates no output except "Building DAG of jobs..."

@yardimcilab yardimcilab added the bug Something isn't working label Jan 30, 2024
MarwanMabrouk pushed a commit to MarwanMabrouk/snakemake that referenced this issue Feb 4, 2024
johanneskoester pushed a commit that referenced this issue Feb 5, 2024
🤖 I have created a release *beep* *boop*
---


##
[8.4.4](v8.4.3...v8.4.4)
(2024-02-05)


### Bug Fixes

* fixed bug in handling of resource overrides for remote job submission
([5c06dd6](5c06dd6))
* output of rulegraph, closes
[#2656](#2656)
([#2671](#2671))
([f9b9110](f9b9110))
* SyntaxWarning due to invalid escape sequences in non-raw regex pattern
string ([#2670](#2670))
([3748d9d](3748d9d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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

Successfully merging a pull request may close this issue.

1 participant