Skip to content

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

Merged
rabioinf merged 4 commits intomainfrom
dev
Apr 22, 2026
Merged

feat: added RGI for AMR detection + bug fix#13
rabioinf merged 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

@m-jahn m-jahn requested a review from rabioinf April 22, 2026 07:36
Copy link
Copy Markdown
Member

@rabioinf rabioinf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

@rabioinf rabioinf merged commit daf2195 into main Apr 22, 2026
6 checks passed
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.

2 participants