Skip to content

Commit

Permalink
Merge pull request #19 from selfdecode/fix/chromosome-map
Browse files Browse the repository at this point in the history
fix: chromosome map
  • Loading branch information
laurentdufloux authored Sep 27, 2023
2 parents b92a481 + f5ebba5 commit 6e5d895
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/snps/io/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,31 @@
"24": "Y",
"25": "X",
"26": "MT",
"chr1": "1",
"chr2": "2",
"chr3": "3",
"chr4": "4",
"chr5": "5",
"chr6": "6",
"chr7": "7",
"chr8": "8",
"chr9": "9",
"chr10": "10",
"chr11": "11",
"chr12": "12",
"chr13": "13",
"chr14": "14",
"chr15": "15",
"chr16": "16",
"chr17": "17",
"chr18": "18",
"chr19": "19",
"chr20": "20",
"chr21": "21",
"chr22": "22",
"chrX": "X",
"chrY": "Y",
"chrM": "MT",
1: "1",
2: "2",
3: "3",
Expand Down

0 comments on commit 6e5d895

Please sign in to comment.