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

Wildcards code insight #169

Open
8 of 9 tasks
iromeo opened this issue Aug 5, 2019 · 1 comment
Open
8 of 9 tasks

Wildcards code insight #169

iromeo opened this issue Aug 5, 2019 · 1 comment
Labels
codeInsight Code completion, resolve compound task inspections Code inspections subtask
Milestone

Comments

@iromeo
Copy link
Contributor

iromeo commented Aug 5, 2019

Sometimes user expects that he is using already defined variable or rule section, but get error like: wildcard threads cannot be defined from input/output error. E.g. in:

rule:
   threads: 4
   params: extra = "--cores {threads}"

fails in snakemake, should be

...
   params: extra = lambda wildcards, threads: f"--core {threads}"

In this issue let's

@iromeo
Copy link
Contributor Author

iromeo commented Aug 7, 2019

Read about wildcards detection here: #53 (comment)

@iromeo iromeo added this to the 0.5.x milestone Sep 3, 2019
@iromeo iromeo modified the milestones: 0.5.x, 0.6.x Oct 19, 2019
@iromeo iromeo modified the milestones: 0.8.x, Backlog Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeInsight Code completion, resolve compound task inspections Code inspections subtask
Projects
None yet
Development

No branches or pull requests

1 participant