From 3ff172e2bae36429a1682e255e24df981d54914f Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Tue, 28 Jan 2025 22:54:52 +1100 Subject: [PATCH] :art: add paper to links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 391433f..f55403b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ **Source Code**: https://github.com/Wytamma/snk +**Paper**: https://joss.theoj.org/papers/10.21105/joss.07410 + --- Snk (pronounced snek) is a Snakemake workflow management system. Snk allows you to install Snakemake workflows as dynamically generated Command Line Interfaces (via [snk-cli](https://github.com/Wytamma/snk-cli)). Using a workflow as a CLI increases its interoperability and allows complex workflows to be used as modular components in a larger system. @@ -145,4 +147,4 @@ In BibTeX format: title = {Snk: A Snakemake CLI and Workflow Management System}, journal = {Journal of Open Source Software} } -``` \ No newline at end of file +```