# HG changeset patch # User dfornika # Date 1583215820 0 # Node ID 2b5862fee78e6bda3fcbe6cc8c1b951c885fe053 # Parent 2cf43f15a9719b3f06a6634d1ea6c37207864686 Uploaded diff -r 2cf43f15a971 -r 2b5862fee78e blast_report.py --- a/blast_report.py Tue Mar 03 05:41:07 2020 +0000 +++ b/blast_report.py Tue Mar 03 06:10:20 2020 +0000 @@ -115,10 +115,10 @@ PIDENT_COL = 2 -DESCR_COL = 25 +DESCR_COL = 24 SUBJ_ID_COL = 12 SCORE_COL = 11 -PCOV_COL = 24 +PCOV_COL = 25 queries = [] current_query = '' output_tab = open(args.output_tab, 'w')