From a7dddfe69efdc74651392ecd3db0017094121053 Mon Sep 17 00:00:00 2001
From: burri0000 <dominik.burri@unibas.ch>
Date: Thu, 12 Mar 2020 12:23:09 +0100
Subject: [PATCH] added alfa_indexes to config.yaml

---
 scripts/labkey_to_snakemake.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/labkey_to_snakemake.py b/scripts/labkey_to_snakemake.py
index 4456e00..defefe3 100755
--- a/scripts/labkey_to_snakemake.py
+++ b/scripts/labkey_to_snakemake.py
@@ -275,6 +275,7 @@ def main():
   kallisto_indexes: "results/kallisto_indexes/"
   salmon_indexes: "results/salmon_indexes/"
   star_indexes: "results/star_indexes/"
+  alfa_indexes: "results/alfa_indexes/"
 ...''')
 
     sys.stdout.write('Create snakemake table finished successfully...\n')
-- 
GitLab