Skip to content

Commit

Permalink
Merge pull request #244 from FRED-2/develop
Browse files Browse the repository at this point in the history
Version 2.0.7
  • Loading branch information
christopher-mohr authored May 25, 2020
2 parents 66349b1 + d29fa5b commit b3e54c8
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 101 deletions.
2 changes: 1 addition & 1 deletion Fred2/Core/Allele.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(self, name, prob=None):
allele = name.split("-")[-1].replace("H-2-", "")

self.organism = "H-2"
self.name = allele
self.name = allele[0] + allele[1:].lower()
self.prob = prob

def __repr__(self):
Expand Down
Loading

0 comments on commit b3e54c8

Please sign in to comment.