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

WorkflowError in v1.1: wrong type of job_id #95

Closed
ptrebert opened this issue Aug 23, 2022 · 3 comments
Closed

WorkflowError in v1.1: wrong type of job_id #95

ptrebert opened this issue Aug 23, 2022 · 3 comments

Comments

@ptrebert
Copy link

Hi,
for the current bioconda v1.1 of Verkko (Snakemake 7.12.1), I get the following error when processing the test dataset:

WorkflowErrorin line 78 of [...]/lib/verkko/Snakefiles/c3-computeOverlaps.sm:
Resource job_id is of type str but global resource constraint defines an int with value 1. Resources with the same name need to have the same types (int, float, or str are allowed).

Any advice? Thanks.

+Peter

brianwalenz added a commit that referenced this issue Aug 24, 2022
@brianwalenz
Copy link
Member

Snakemake 7.11.0 and on detect this error; 7.10.0 seems to be immune. I've fixed verkko to use integers for all similar resource constraints.

@ptrebert
Copy link
Author

Indeed, I manually fixed a few dozen of these issues, and now Verkko actually starts running. Would be great to get this fix as a minor release in the near future.

brianwalenz added a commit that referenced this issue Oct 17, 2022
@skoren
Copy link
Member

skoren commented Oct 31, 2022

Fixed in latest release.

@skoren skoren closed this as completed Oct 31, 2022
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

3 participants