Skip to content

Commit

Permalink
Update AnnotatorCore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhx828 committed Nov 14, 2023
1 parent 92226c3 commit 2c451a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnnotatorCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ def process_alteration(maffilereader, outf, maf_headers, alteration_column_names

end = get_cell_content(row, iend)

if start is None and iproteinpos >= 0 and row[iproteinpos] != "" and row[iproteinpos] != "." and row[
iproteinpos] != "-":
if start is None and iproteinpos >= 0 and row[iproteinpos] != "" and row[iproteinpos] != "." and \
row[iproteinpos] != "-":
poss = row[iproteinpos].split('/')[0].split('-')
try:
if len(poss) > 0:
Expand Down

0 comments on commit 2c451a7

Please sign in to comment.