Skip to content

Commit 08a26ca

Browse files
authored
Merge pull request #1 from OmniBioAI/docs/readme-org-links-and-plugin-count
docs: fix stale org/repo links, correct plugin count
2 parents 780c578 + f9c6685 commit 08a26ca

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Full AI/Bioinformatics development environment for GPU/DGX machines.
44
> Built on NVIDIA PyTorch 25.10 with CUDA support.
55
6-
[![Docker](https://img.shields.io/badge/ghcr.io-omnibioai--dev--env-blue?logo=docker)](https://ghcr.io/man4ish/omnibioai-dev-env)
6+
[![Docker](https://img.shields.io/badge/ghcr.io-omnibioai--dev--env-blue?logo=docker)](https://ghcr.io/omnibioai/omnibioai-dev-env)
77
[![License](https://img.shields.io/badge/license-Apache%202.0-green)](LICENSE)
88
[![GPU Required](https://img.shields.io/badge/GPU-required-orange?logo=nvidia)](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)
99

@@ -65,15 +65,15 @@ This is **not** part of the OmniBioAI production stack. It is not:
6565

6666
### Option A — Pull from GHCR (recommended)
6767
```bash
68-
docker pull ghcr.io/man4ish/omnibioai-dev-env:latest
68+
docker pull ghcr.io/omnibioai/omnibioai-dev-env:latest
6969
bash run_ai_dev.sh
7070
```
7171

7272
### Option B — Build locally
7373
```bash
74-
git clone https://github.com/man4ish/omnibioai-dev-docker
74+
git clone https://github.com/OmniBioAI/omnibioai-dev-docker
7575
cd omnibioai-dev-docker
76-
docker build -t ghcr.io/man4ish/omnibioai-dev-env:latest .
76+
docker build -t ghcr.io/omnibioai/omnibioai-dev-env:latest .
7777
bash run_ai_dev.sh
7878
```
7979

@@ -209,10 +209,11 @@ sc.pl.pca_variance_ratio(adata)
209209
## Part of the OmniBioAI Ecosystem
210210

211211
This dev environment is designed to work alongside the
212-
[OmniBioAI platform](https://github.com/man4ish/omnibioai)
212+
[OmniBioAI platform](https://github.com/OmniBioAI/omnibioai-workbench)
213+
(checked out locally as `omnibioai/`) —
213214
a unified AI-powered bioinformatics workbench supporting:
214215

215-
- 200+ bioinformatics plugins
216+
- 231 enabled bioinformatics plugins
216217
- RNA-seq, single-cell, spatial omics, variant calling
217218
- TES workflow execution (Slurm, K8s, AWS Batch, Azure)
218219
- RAG-powered literature search (PubMed + FAISS)
@@ -234,5 +235,5 @@ If you use this environment in your research, please cite:
234235
```
235236
OmniBioAI Dev Environment (2025)
236237
Manish Kumar
237-
https://github.com/man4ish/omnibioai-dev-docker
238+
https://github.com/OmniBioAI/omnibioai-dev-docker
238239
```

0 commit comments

Comments
 (0)