Mercurial > repos > fabio > btman
changeset 8:300e4932bad6 draft
Uploaded 20180405
| author | fabio |
|---|---|
| date | Thu, 05 Apr 2018 06:22:38 -0400 |
| parents | 2d54890a568f |
| children | c144495810c2 |
| files | ._.shed.yml ._query.py ._query.xml query.py |
| diffstat | 4 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/query.py Wed Apr 04 19:37:12 2018 -0400 +++ b/query.py Thu Apr 05 06:22:38 2018 -0400 @@ -81,7 +81,7 @@ output_file_path = os.path.join(output_dir_path, seq_id + "_" + out_file_format); accessions_list = ""; hits_block = block['hits']; - accessions_dict = { }; + accessions_dict = { }; is_sabutan = False; for hit in hits_block: if type(hit) is dict: # sabutan
