changeset 10:2b5862fee78e draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 06:10:20 +0000
parents 2cf43f15a971
children 6650fe4db541
files blast_report.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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')