Skip to content

Commit

Permalink
expanded comment about capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 29, 2016
1 parent 1196829 commit 170827f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyensembl/locus.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def normalize_chromosome(c):
if result.startswith("chr"):
result = result[3:]

# just in case someone is being lazy, capitalize "X" and "Y"
# just in case someone is being lazy, capitalize "M", "MT", X", "Y"
result = result.upper()

# standardize mitochondrial genome to be "MT"
Expand Down

0 comments on commit 170827f

Please sign in to comment.