Skip to content

Commit 9fea095

Browse files
authored
Broad xx (#35)
* minor fix to XX validation * changed url for macs
1 parent 61b11b5 commit 9fea095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyard/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# mac_dict = df.set_index("Code").to_dict('index')
4949
# return mac_dict
5050

51-
def all_macs(csv_file, url='https://bioinformatics.bethematchclinical.org/HLA/numeric.v3.zip'):
51+
def all_macs(csv_file, url='https://hml.nmdp.org/mac/files/numer.v3.zip'):
5252
urllib.request.urlretrieve(url, 'numeric.v3.zip')
5353
zip_ref = zipfile.ZipFile('numeric.v3.zip', 'r')
5454
data_dir = os.path.dirname(__file__)

0 commit comments

Comments
 (0)