Update geneformer/__init__.py
Browse filesChange init default ensembl mapping file to gc30M for time being
- geneformer/__init__.py +1 -1
geneformer/__init__.py
CHANGED
|
@@ -4,7 +4,7 @@ from pathlib import Path
|
|
| 4 |
GENE_MEDIAN_FILE = Path(__file__).parent / "gene_median_dictionary.pkl"
|
| 5 |
TOKEN_DICTIONARY_FILE = Path(__file__).parent / "token_dictionary.pkl"
|
| 6 |
ENSEMBL_DICTIONARY_FILE = Path(__file__).parent / "gene_name_id_dict.pkl"
|
| 7 |
-
ENSEMBL_MAPPING_FILE = Path(__file__).parent / "
|
| 8 |
|
| 9 |
from . import (
|
| 10 |
collator_for_classification,
|
|
|
|
| 4 |
GENE_MEDIAN_FILE = Path(__file__).parent / "gene_median_dictionary.pkl"
|
| 5 |
TOKEN_DICTIONARY_FILE = Path(__file__).parent / "token_dictionary.pkl"
|
| 6 |
ENSEMBL_DICTIONARY_FILE = Path(__file__).parent / "gene_name_id_dict.pkl"
|
| 7 |
+
ENSEMBL_MAPPING_FILE = Path(__file__).parent / "ensembl_mapping_dict.pkl"
|
| 8 |
|
| 9 |
from . import (
|
| 10 |
collator_for_classification,
|