Skip to content

Commit

Permalink
Update BGCdetection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoSanchezF authored Mar 31, 2023
1 parent ecbfd46 commit dcb3cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanntis/modules/BGCdetection.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def transformIPS(self, ipsFile):
spl[11] if spl[11] != '-' else spl[4]
)
except IndexError:
log.warning(f"WARNING. Incorrect number of fields in some lines of InterProScan TSV. check IPS version. FILE: {ipsFile} line: {line}.")
log.warning(f"WARNING. Incorrect number of fields in some lines of InterProScan TSV. check IPS version. FILE: {ipsFile} line: {l}.")
if fmt == "gff":
spl = l.split("\t")
if len(spl) > 3 and spl[2]=='protein_match':
Expand Down

0 comments on commit dcb3cc8

Please sign in to comment.