Skip to content

Commit

Permalink
ENH Save search results
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Jul 2, 2023
1 parent bad7aac commit 104dfed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion search.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ def do_search(seqdata, sid, is_contigs, nr_threads):
'--taxonomy-index', f'{DB_DIR}/GMSC10.90AA.taxonomy.index.tsv',
],
)
return parse_gmsc_mapper_results(path.join(tdir, "output"))
r = parse_gmsc_mapper_results(path.join(tdir, "output"))
save_search_result(r, sid)
return r

0 comments on commit 104dfed

Please sign in to comment.