diff --git a/main.py b/main.py index 8a46fc14d31997fc6ae43f38a54717816a6440df..4cf3f17bdd9ab285bf5d3a40ac10396c99b34fda 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"])