File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,9 @@ Several configurations of the mRNABench are available.
88
99### Datasets Only
1010If you are interested in the benchmark datasets ** only** , you can run:
11- ``` bash
12- conda create --name mrna_bench python=3.10
13- conda activate mrna_bench
14- git clone https://github.com/IanShi1996/mRNABench.git
15- cd mRNABench
1611
17- pip install -e .
12+ ``` bash
13+ pip install mrna-bench
1814```
1915
2016### Full Version
@@ -25,11 +21,9 @@ CUDA 12.1 and Triton uninstalled (due to a DNA-BERT2 issue).
2521``` bash
2622conda create --name mrna_bench python=3.10
2723conda activate mrna_bench
28- git clone https://github.com/IanShi1996/mRNABench.git
29- cd mRNABench
3024
3125pip install torch==2.2.2 --index-url https://download.pytorch.org/whl/cu121
32- pip install -e . [base_models]
26+ pip install mrna-bench [base_models]
3327pip uninstall triton
3428```
3529Inference with other models will require the installation of the model's
Original file line number Diff line number Diff line change 1- data_path : /data1/morrisq/ian/rna_benchmarks
1+ data_path : /data1/morrisq/ian/benchmarks
Original file line number Diff line number Diff line change 11[project ]
2- name = " mrna_bench "
3- version = " 1.0.0 "
2+ name = " mrna-bench "
3+ version = " 1.0.1 "
44description = " Benchmarking suite for mRNA property prediction."
55readme = " README.md"
66authors = [
77 { name = " Ruian (Ian) Shi" , email = " ian.shi@mail.utoronto.ca" }
88]
99requires-python = " >= 3.10"
10- dynamic = [" version" ]
1110license = { file = " LICENSE" } # Include a LICENSE file in your repo
1211keywords = [" mrna" , " genomic foundation model" , " benchmark" ]
1312classifiers = [
@@ -49,4 +48,4 @@ requires = [
4948build-backend = " setuptools.build_meta"
5049
5150[tool .setuptools ]
52- py-modules = [" mrna_bench" ]
51+ packages = [" mrna_bench" ]
You can’t perform that action at this time.
0 commit comments