Skip to content

Commit 61c4fb6

Browse files
update: oncotree path
1 parent b71f976 commit 61c4fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers_build/boostdm/globals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
TABIX_FILE = os.path.join(BOOSTDM_DATASETS, 'shared', 'vep.tsv.gz')
1313
PTMS_FILE = os.path.join(BOOSTDM_DATASETS, 'ptms', 'info_functional_sites.json')
1414
PFAM_DOMAINS_FILE = os.path.join(BOOSTDM_DATASETS, 'regions_pfam.tsv')
15-
ONCOTREE_PATH = os.path.join(BOOSTDM_DATASETS, 'shared', 'oncotree-tree.tsv')
15+
ONCOTREE_PATH = os.path.join(BOOSTDM_DATASETS, 'shared', 'tree.tsv')
1616

1717
# Consequence list taken from: https://www.ensembl.org/info/genome/variation/prediction/predicted_data.html
1818
CONSEQUENCES_LIST = [

0 commit comments

Comments
 (0)