Skip to content

feat: added RGI for AMR detection + bug fix#13

Open
m-jahn wants to merge 4 commits intomainfrom
dev
Open

feat: added RGI for AMR detection + bug fix#13
m-jahn wants to merge 4 commits intomainfrom
dev

Conversation

@m-jahn
Copy link
Copy Markdown
Member

@m-jahn m-jahn commented Apr 17, 2026

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
SNAKEMAKE_SNAKEFMT Fail ❌
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

SNAKEMAKE_SNAKEFMT
=====> Diff for /github/workspace/workflow/rules/common.smk <=====

--- original
+++ new
@@ -55,7 +55,7 @@
             "results/annotation/{tool}/{sample}/{sample}.{ext}",
             tool=tool,
             sample=samples.index,
-            ext=["gff", "fna"]
+            ext=["gff", "fna"],
         )
     inputs += expand(
         "results/qc/quast/report.txt",
@@ -71,9 +71,7 @@
         )
     if not config["rgi"]["skip"]:
         inputs += expand(
-            "results/qc/rgi/{sample}.{ext}",
-            sample=samples.index,
-            ext=["txt", "json"]
+            "results/qc/rgi/{sample}.{ext}", sample=samples.index, ext=["txt", "json"]
         )
     return inputs
 [INFO] 1 file(s) would be changed 😬
[INFO] 1 file(s) would be left unchanged 🎉

@github-actions
Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
SNAKEMAKE_SNAKEFMT Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@github-actions
Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
SNAKEMAKE_SNAKEFMT Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

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

Successfully merging this pull request may close these issues.

1 participant