Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
carjed committed Feb 26, 2019
2 parents fe69df9 + 34eeadf commit 458c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def processTxt(args, subtypes_dict):
lseq = sequence[pos-1].seq
# eprint("lseq:", lseq)
motif_a = getMotif(pos, lseq)
subtype = str(category + "-" + motif_a)
subtype = str(category + "." + motif_a)
st = subtypes_dict[subtype]

if sample not in samples_dict:
Expand Down

0 comments on commit 458c05a

Please sign in to comment.