We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b11b5 commit 9fea095Copy full SHA for 9fea095
pyard/util.py
@@ -48,7 +48,7 @@
48
# mac_dict = df.set_index("Code").to_dict('index')
49
# return mac_dict
50
51
-def all_macs(csv_file, url='https://bioinformatics.bethematchclinical.org/HLA/numeric.v3.zip'):
+def all_macs(csv_file, url='https://hml.nmdp.org/mac/files/numer.v3.zip'):
52
urllib.request.urlretrieve(url, 'numeric.v3.zip')
53
zip_ref = zipfile.ZipFile('numeric.v3.zip', 'r')
54
data_dir = os.path.dirname(__file__)
0 commit comments