From ba066e1f25dd04c7a7b0502b8efdd36afb0bc54a Mon Sep 17 00:00:00 2001
From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr>
Date: Tue, 25 Feb 2020 09:11:23 +0100
Subject: [PATCH] Dataset import to history, import workflow as a dict

---
 main.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.py b/main.py
index 8a46fc1..4cf3f17 100644
--- a/main.py
+++ b/main.py
@@ -194,6 +194,7 @@ def main():
                     # print(v2)
                     for e in v2:
                         if type(e) == dict:
+                            # TODO: manage several files of the same type
                             if e["name"].endswith("transcripts-gff.fa"):
                                 datasets["transcripts_file"] = e["ldda_id"]
                                 print("\t\t" + e["name"] + ": " + e["ldda_id"])
-- 
GitLab