snakecharm icon indicating copy to clipboard operation
snakecharm copied to clipboard

Plugin for PyCharm / IntelliJ IDEA Platform IDEs which adds support for Snakemake language.

Results 133 snakecharm issues
Sort by recently updated
recently updated
newest added

Snakemake does not allow setting benchmark and cache for the same rule - it should be reported as error, but snakecharm does not detect it https://github.com/snakemake/snakemake/pull/2335 ![image](https://github.com/JetBrains-Research/snakecharm/assets/69756491/6eceee0b-89f0-47c1-b3b3-5699072116d5)

inspections
good_for_next_release

Version 7.25.0 introduced localrule directive, which is not recognized by Snakecharm https://github.com/snakemake/snakemake/pull/2180

Version 7.13.0 added gitfile option to support using local git repositories https://github.com/snakemake/snakemake/pull/1376, and it is not recognized by snakecharm

When trying to import code from github (and probably gitlab), snakecharm throws error that there is "unresolved reference 'github'", and does not detect imported rule. ![image](https://github.com/JetBrains-Research/snakecharm/assets/69756491/e1157378-6f74-49ee-940e-fa776c295aea)

Snakecharm does not detect test declaration when it is imported from other file ![image](https://github.com/JetBrains-Research/snakecharm/assets/69756491/619390a3-fa4a-4c01-ab7e-bca8f9caeb88) ![image](https://github.com/JetBrains-Research/snakecharm/assets/69756491/a3f5bcca-2ece-4446-9598-a905554e5ccb)

good_for_next_release

``` rule test1: output: "somefile.txt" use rule test1 as test2 with: input: "x.txt" def test(): print(rules.test2.input) print(rules.test2.output) return "result.txt" ``` ![image](https://github.com/JetBrains-Research/snakecharm/assets/69756491/996c7968-5fe7-424c-a429-a09801905a68) Second output should resolve to output section in test1...

good_for_next_release

Should be merged after https://github.com/JetBrains-Research/snakecharm/pull/529 Solves https://github.com/JetBrains-Research/snakecharm/issues/527

https://github.com/JetBrains-Research/snakecharm/issues/500

https://github.com/JetBrains-Research/snakecharm/issues/508

Wildcard not properly defined false warning when typing first input, then output section. Warning disappears if later edit input section.

inspections