From c3029cb6d23917bb8ceee02be17bbdcfc74f90dd Mon Sep 17 00:00:00 2001 From: Sai Nirmayi Yasa <92786623+sainirmayi@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:22:31 +0100 Subject: [PATCH] fix doi Co-authored-by: Robrecht Cannoodt --- src/salmon/index/config.vsh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/salmon/index/config.vsh.yaml b/src/salmon/index/config.vsh.yaml index 3eb4d1a0..2e7a60a1 100644 --- a/src/salmon/index/config.vsh.yaml +++ b/src/salmon/index/config.vsh.yaml @@ -8,7 +8,7 @@ links: documentation: https://salmon.readthedocs.io/en/latest/salmon.html repository: https://github.com/COMBINE-lab/salmon references: - doi: "doi:10.1038/nmeth.4197" + doi: 10.1038/nmeth.4197 license: GPL-3.0 requirements: commands: [ salmon ]