-
Notifications
You must be signed in to change notification settings - Fork 24
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
Constraints that include logical "or" cause Snakemake to hang #58
Comments
I'm afraid, your assumption is correct. I will attempt a fix today. Meanwhile, you could try: |
I tried with extra quotes and without, the outcome is the same. |
We do not have a test case, yet. That might take a little while, yet you can try the code in PR #64 . Just clone, switch to branch I hope, we have the fix tested in a few days. |
I successfully queued some jobs to the cluster using Thank you for help. |
🤖 I have created a release *beep* *boop* --- ## [0.9.0](v0.8.0...v0.9.0) (2024-08-06) ### Features * multicluster ([#56](#56)) ([c0f8fee](c0f8fee)) ### Bug Fixes * fixed string for constraints - see issue [#58](#58) ([#64](#64)) ([89e10ff](89e10ff)) --- 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>
Constraints are used to select GPU types, architectures and CPU types.
Using logical or leads to Snakemake neither failing or submitting a job.
Example profile
profiles/default/config.yaml
Observations
turing
andampere
work when used separately.My first guess is that this parameter is passed directly to shell and then
|
results in opening a pipe.The text was updated successfully, but these errors were encountered: