We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5632ffc commit dafc340Copy full SHA for dafc340
src/lsaBGC/util.py
@@ -900,7 +900,7 @@ def addLocusTagsToGBKs(inputs):
900
with open(bgc_gbk) as ogbf:
901
for line in ogbf:
902
line = line.strip()
903
- if line.startswith('Orig. start') and '::' in line:
+ if line.startswith('Orig. start') and '::' in line:
904
bgc_starts.append(int(line.split()[-1].replace('>', '').replace('<', '')))
905
assert(len(bgc_starts) == 1)
906
bgc_start = bgc_starts[0]
0 commit comments