Commit
·
a34fbc2
1
Parent(s):
eab1878
update setup with req and manifest with updated filenames
Browse files- MANIFEST.in +4 -3
- setup.py +4 -1
MANIFEST.in
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
-
include geneformer/
|
| 2 |
-
include geneformer/
|
| 3 |
-
include geneformer/
|
|
|
|
|
|
| 1 |
+
include geneformer/gene_median_dictionary_gc95M.pkl
|
| 2 |
+
include geneformer/gene_name_id_dict_gc95M.pkl
|
| 3 |
+
include geneformer/ensembl_mapping_dict_gc95M.pkl
|
| 4 |
+
include geneformer/token_dictionary_gc95M.pkl
|
setup.py
CHANGED
|
@@ -6,7 +6,7 @@ setup(
|
|
| 6 |
author="Christina Theodoris",
|
| 7 |
author_email="[email protected]",
|
| 8 |
description="Geneformer is a transformer model pretrained \
|
| 9 |
-
on a large-scale corpus of
|
| 10 |
cell transcriptomes to enable context-aware \
|
| 11 |
predictions in settings with limited data in \
|
| 12 |
network biology.",
|
|
@@ -19,8 +19,11 @@ setup(
|
|
| 19 |
"loompy",
|
| 20 |
"matplotlib",
|
| 21 |
"numpy",
|
|
|
|
|
|
|
| 22 |
"packaging",
|
| 23 |
"pandas",
|
|
|
|
| 24 |
"pyarrow",
|
| 25 |
"pytz",
|
| 26 |
"ray",
|
|
|
|
| 6 |
author="Christina Theodoris",
|
| 7 |
author_email="[email protected]",
|
| 8 |
description="Geneformer is a transformer model pretrained \
|
| 9 |
+
on a large-scale corpus of single \
|
| 10 |
cell transcriptomes to enable context-aware \
|
| 11 |
predictions in settings with limited data in \
|
| 12 |
network biology.",
|
|
|
|
| 19 |
"loompy",
|
| 20 |
"matplotlib",
|
| 21 |
"numpy",
|
| 22 |
+
"optuna",
|
| 23 |
+
"optuna-integration",
|
| 24 |
"packaging",
|
| 25 |
"pandas",
|
| 26 |
+
"peft",
|
| 27 |
"pyarrow",
|
| 28 |
"pytz",
|
| 29 |
"ray",
|