From 643cc89206aef3e4046f9d89f12a41107e7fe9b7 Mon Sep 17 00:00:00 2001 From: burtonjake <162307866+burtonjake@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:49:50 +0200 Subject: [PATCH] Update README_template.md (#14) I think the snakemake test version should be listed in the Software section of the readme, along with the other dependencies. This is part of documenting the snakemake version for each module as we migrate to snakemake 8. See #12 and #13. --- README_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README_template.md b/README_template.md index f92aaff..2e2e4f2 100644 --- a/README_template.md +++ b/README_template.md @@ -25,12 +25,12 @@ Table of contents # Software -This project wouldn't be possible without the following software and their dependencies: +This project is designed to run on top of the [Snakemake workflow management system](https://snakemake.readthedocs.io/en/stable/) and has been tested against the Snakemake version listed in the table below. In addition this project depends on, and is made possible by, the following Software: -| Software | Reference (DOI) | -| :---: | :---: | -| packageA | https://doi.org/10.AAAA/ | -| packageB | https://doi.org/10.BBBB/ | +| Software | Version | Reference (DOI) | +| :---: | :---: | :---: | +| Snakemake | X.X.X | [https://doi.org/10.AAAA/](https://doi.org/10.12688/f1000research.29032.1) | +| packageB | | https://doi.org/10.BBBB/ | # Methods