Skip to content
Snippets Groups Projects
Commit 184e0d46 authored by Lukas Jelonek's avatar Lukas Jelonek
Browse files

Removed debugging output

parent ca4ffd6a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ with open(filename) as f:
documents[split[0]] = {"id": split[0], "computations": [{'tool': tool, 'results':[]}]}
results = documents[split[0]]['computations'][0]["results"]
print(split)
if split[9] == "Y":
results.append({
'signalpeptide': True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment