Skip to content

Commit

Permalink
Fixed issue in UniprotFinder related to TrEMBL and Swiss-Prot IDs bei…
Browse files Browse the repository at this point in the history
…ng parsed due to qacc and sacc specifiers being used to format outfmt 6.
  • Loading branch information
rfm-targa committed Aug 6, 2024
1 parent ee97bdb commit 69acb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHEWBBACA/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
BLAST_TASK_THRESHOLD = {'blastn': 50, 'blastp': 30}

# BLAST outfmt
BLAST_DEFAULT_OUTFMT = '6 qaccver qstart qend qlen saccver slen score'
BLAST_DEFAULT_OUTFMT = '6 qseqid qstart qend qlen sseqid slen score'

# Input file prefix maximum length
PREFIX_MAXLEN = 30
Expand Down

0 comments on commit 69acb5e

Please sign in to comment.