From 0156ed6f61aaff16ac181cc0e7d5f0b8bc88973a Mon Sep 17 00:00:00 2001
From: burri0000 <dominik.burri@unibas.ch>
Date: Fri, 21 Feb 2020 17:16:35 +0100
Subject: [PATCH] add 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 b6b9569..86ecf78 100755
--- a/scripts/labkey_to_snakemake.py
+++ b/scripts/labkey_to_snakemake.py
@@ -311,6 +311,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