Skip to content

Commit dd687b5

Browse files
authored
Added MIC support 5
1 parent f306018 commit dd687b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hladownload/eplet.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'DRB': "https://www.epregistry.com.br/index/databases/database/DRB/",
1616
'DQ': "https://www.epregistry.com.br/index/databases/database/DQ/",
1717
'DP': "https://www.epregistry.com.br/index/databases/database/DP/",
18-
'MICB': "http://epregistry.ufpi.br/index/databases/database/MICA/"
18+
'MICA': "http://epregistry.ufpi.br/index/databases/database/MICA/"
1919
}
2020
#Request header to prevent 403 error
2121
requestHeader = {
@@ -38,7 +38,7 @@
3838
'DRB': ['DRB1', 'DRB3', 'DRB4', 'DRB5'],
3939
'DQ': ['DQA1', 'DQB1'],
4040
'DP': ['DPA1', 'DPB1'],
41-
'MICB': ['MICB']
41+
'MICA': ['MICA']
4242
}
4343
locusToLocusGroup = {
4444
'A': 'ABC',
@@ -53,7 +53,7 @@
5353
'DQB1': 'DQ',
5454
'DPA1': 'DP',
5555
'DPB1': 'DP',
56-
'MICB': 'MICB'
56+
'MICA': 'MICA'
5757
}
5858
epletLoci = list(locusToLocusGroup.keys())
5959

0 commit comments

Comments
 (0)