Skip to content

Commit

Permalink
Update PTM_summarizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmayaNK22 committed May 20, 2024
1 parent b550f08 commit d631fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PTM_summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def parse_acc(header):
return accession

else:
accession = header[0:splitter]
accession = header[0:sep_poss[0]]
return accession

def map_to_protein(indict, infasta):
Expand Down

0 comments on commit d631fa6

Please sign in to comment.