omnigenome 0.3.12a0__py3-none-any.whl → 0.3.15a0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of omnigenome might be problematic. Click here for more details.

omnigenome/__init__.py CHANGED
@@ -115,23 +115,23 @@ try:
115
115
  from omnigenbench.src.trainer.accelerate_trainer import AccelerateTrainer
116
116
 
117
117
  # Import hub utilities
118
- from omnigenbench.utility.hub_utils import (
118
+ from omnigenbench.src.utility.hub_utils import (
119
119
  download_benchmark,
120
120
  download_model,
121
121
  download_pipeline,
122
122
  query_models_info,
123
123
  )
124
- from omnigenbench.utility import hub_utils
124
+ from omnigenbench.src.utility import hub_utils
125
125
 
126
126
  # Import hub classes
127
- from omnigenbench.utility.model_hub.model_hub import ModelHub
128
- from omnigenbench.utility.dataset_hub.dataset_hub import load_benchmark_datasets
129
- from omnigenbench.utility.pipeline_hub.pipeline import Pipeline
130
- from omnigenbench.utility.pipeline_hub.pipeline_hub import PipelineHub
127
+ from omnigenbench.src.utility.model_hub.model_hub import ModelHub
128
+ from omnigenbench.src.utility.dataset_hub import load_benchmark_datasets
129
+ from omnigenbench.src.utility.pipeline_hub import Pipeline
130
+ from omnigenbench.src.utility.pipeline_hub.pipeline_hub import PipelineHub
131
131
 
132
132
  # Import module utilities
133
133
  from omnigenbench.src.model.module_utils import OmniPooling
134
- from omnigenbench.utility.ensemble import VoteEnsemblePredictor
134
+ from omnigenbench.src.utility import VoteEnsemblePredictor
135
135
 
136
136
  # For backward compatibility version 0.2.7alpha and earlier
137
137
  from omnigenbench.auto.config.auto_config import AutoBenchConfig
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.1
2
2
  Name: omnigenome
3
- Version: 0.3.12a0
3
+ Version: 0.3.15a0
4
4
  Summary: OmniGenome: A comprehensive toolkit for genome analysis.
5
5
  Home-page: https://github.com/yangheng95/OmniGenBench
6
6
  Author: Yang, Heng
@@ -20,37 +20,24 @@ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
20
20
  Requires-Python: >=3.10
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: omnigenbench>=0.3.3
24
- Requires-Dist: findfile>=2.0.0
25
- Requires-Dist: autocuda>=0.16
26
- Requires-Dist: metric-visualizer>=0.9.6
23
+ Requires-Dist: omnigenbench >=0.3.3
24
+ Requires-Dist: findfile >=2.0.0
25
+ Requires-Dist: autocuda >=0.16
26
+ Requires-Dist: metric-visualizer >=0.9.6
27
27
  Requires-Dist: termcolor
28
28
  Requires-Dist: gitpython
29
- Requires-Dist: torch>=2.6.0
29
+ Requires-Dist: torch >=2.6.0
30
30
  Requires-Dist: pandas
31
31
  Requires-Dist: viennarna
32
32
  Requires-Dist: scikit-learn
33
33
  Requires-Dist: accelerate
34
- Requires-Dist: transformers>=4.46.0
34
+ Requires-Dist: transformers >=4.46.0
35
35
  Requires-Dist: packaging
36
36
  Requires-Dist: peft
37
37
  Requires-Dist: dill
38
38
  Provides-Extra: dev
39
- Requires-Dist: dill; extra == "dev"
40
- Requires-Dist: pytest; extra == "dev"
41
- Dynamic: author
42
- Dynamic: author-email
43
- Dynamic: classifier
44
- Dynamic: description
45
- Dynamic: description-content-type
46
- Dynamic: home-page
47
- Dynamic: license
48
- Dynamic: license-file
49
- Dynamic: platform
50
- Dynamic: provides-extra
51
- Dynamic: requires-dist
52
- Dynamic: requires-python
53
- Dynamic: summary
39
+ Requires-Dist: dill ; extra == 'dev'
40
+ Requires-Dist: pytest ; extra == 'dev'
54
41
 
55
42
  ![favicon.png](asset/favicon.png)
56
43
 
@@ -145,7 +132,8 @@ seeds = [0, 1, 2, 3, 4]
145
132
  bench = AutoBench(benchmark=benchmark, model_name_or_path=gfm, overwrite=False)
146
133
  bench.run(autocast=False, batch_size=bench_size, seeds=seeds)
147
134
  ```
148
- You can find an example of AutoBench via Python API [here](examples/autobench/AutoBench_Tutorial.ipynb).
135
+ You can find an example of AutoBench via Python API [here](examples/autobench_gfm_evaluation/benchmarking_with_lora.ipynb).
136
+
149
137
 
150
138
  ## Supported Models
151
139
 
@@ -187,9 +175,9 @@ RNA design is a fundamental problem in synthetic biology,
187
175
  where the goal is to design RNA sequences that fold into a target structure.
188
176
  In this demo, we show how to use OmniGenoBench to design RNA sequences
189
177
  that fold into a target structure using a pre-trained model.
190
- The tutorials of RNA Design Demo can be found in [RNA_Design_Tutorial.ipynb](examples/rna_design/RNA_Design_Tutorial.ipynb).
178
+ The tutorials of RNA Design Demo can be found in [RNA_Design_Tutorial.ipynb](examples/rna_sequence_design/RNA_Design_Tutorial.ipynb).
191
179
 
192
- You can find a visual example of RNA Design [here](asset/RNA_Design.gif).
180
+ You can find a visual example of RNA Design [here](asset/RNADesign-Demo.gif).
193
181
 
194
182
  ### RNA Secondary Structure Prediction
195
183
 
@@ -199,10 +187,10 @@ In this demo, we show how to use OmniGenoBench to predict the secondary structur
199
187
  The tutorials of RNA Secondary Structure Prediction can be found in
200
188
  [Secondary_Structure_Prediction_Tutorial.ipynb](examples/rna_secondary_structure_prediction/Secondary_Structure_Prediction_Tutorial.ipynb).
201
189
 
202
- You can find a visual example of RNA Secondary Structure Prediction [here](asset/RNA_Structure_Prediction.gif).
190
+ You can find a visual example of RNA Secondary Structure Prediction [here](asset/RNASSP-Demo.gif).
203
191
 
204
192
  ### More Tutorials
205
- Please find more usage tutorials in [examples/tutorials](examples/tutorials).
193
+ Please find more usage tutorials in [examples](examples).
206
194
 
207
195
  ## Citation
208
196
  ```bibtex
@@ -0,0 +1,7 @@
1
+ omnigenome/__init__.py,sha256=2JNoPrnv-1lYXkBiuHBYVXp1OJiRD8c9j65qFeXJtQY,9436
2
+ omnigenome-0.3.15a0.dist-info/LICENSE,sha256=oQoefBV6siHctF0ET-OO3EaSZgtqGtf-wdIAmokS8iY,11560
3
+ omnigenome-0.3.15a0.dist-info/METADATA,sha256=Uu-dZtcV_-RM7pk6SfU6ZgXb0bNvyvWkfxYMyNPm6XI,10061
4
+ omnigenome-0.3.15a0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
+ omnigenome-0.3.15a0.dist-info/entry_points.txt,sha256=uu40UgMPxY65ASdRbrhkwH94r7CIYgyG_iDBmqFQbD8,84
6
+ omnigenome-0.3.15a0.dist-info/top_level.txt,sha256=LVFxm_WPaxjj9KnAqdW94W4D4lbOk30gdsaKlJiSzTo,11
7
+ omnigenome-0.3.15a0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- omnigenome/__init__.py,sha256=Y3th9B_5xrJkzFXgR07FxSWP54NvuxD3XoJ17U5Db7s,9438
2
- omnigenome-0.3.12a0.dist-info/licenses/LICENSE,sha256=oQoefBV6siHctF0ET-OO3EaSZgtqGtf-wdIAmokS8iY,11560
3
- omnigenome-0.3.12a0.dist-info/METADATA,sha256=nFEj1k_wCBThaOpjl43RxxPTsiCuQSqMaWhrgR-to6Y,10343
4
- omnigenome-0.3.12a0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
5
- omnigenome-0.3.12a0.dist-info/entry_points.txt,sha256=uu40UgMPxY65ASdRbrhkwH94r7CIYgyG_iDBmqFQbD8,84
6
- omnigenome-0.3.12a0.dist-info/top_level.txt,sha256=LVFxm_WPaxjj9KnAqdW94W4D4lbOk30gdsaKlJiSzTo,11
7
- omnigenome-0.3.12a0.dist-info/RECORD,,