Skip to content

Commit f37a3cf

Browse files
authored
Update README.md
1 parent 89a0409 commit f37a3cf

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PLEX 🧫×🧬→💊
1+
# plex 🧫×🧬→💊
22
**Run highly reproducible scientific applications on top of a decentralised compute and storage network.**
33

44

@@ -19,7 +19,7 @@
1919
<img src="https://github.com/labdao/plex/actions/workflows/go.yml/badge.svg" />
2020
</a>
2121
<a href="https://labdao.xyz/">
22-
<img alt="LabDAO website" src="https://img.shields.io/badge/website-bacalhau.org-red">
22+
<img alt="LabDAO website" src="https://img.shields.io/badge/website-labdao.xyz-red">
2323
</a>
2424
<a href="https://twitter.com/intent/follow?screen_name=lab_dao">
2525
<img src="https://img.shields.io/twitter/follow/lab_dao?style=social&logo=twitter" alt="follow on Twitter">
@@ -30,28 +30,28 @@
3030
</p>
3131

3232

33-
PLEX is a simple client for distributed computation.
34-
* 🌎 **Build once, run anywhere:** PLEX is using distributed compute and storage to run containers on a public network. Need GPUs? We got you covered.
35-
* 🔍 **Content-addressed by default:** Every file processed by PLEX has a deterministic address based on its content. Keep track of your files and always share the right results with other scientists.
36-
* 🪙 **Ownernship tracking built-in** Every compute event on PLEX is mintable as an on-chain token that grants the holder rights over the newly generated data.
37-
* 🔗 **Strictly composable:** Every tool in PLEX has declared inputs and outputs. Plugging together tools by other authors should be easy.
33+
Plex is a simple client for distributed computation.
34+
* 🌎 **Build once, run anywhere:** Plex is using distributed compute and storage to run containers on a public network. Need GPUs? We got you covered.
35+
* 🔍 **Content-addressed by default:** Every file processed by plex has a deterministic address based on its content. Keep track of your files and always share the right results with other scientists.
36+
* 🪙 **Ownernship tracking built-in** Every compute event on plex is mintable as an on-chain token that grants the holder rights over the newly generated data.
37+
* 🔗 **Strictly composable:** Every tool in plex has declared inputs and outputs. Plugging together tools by other authors should be easy.
3838

39-
PLEX is based on [Bacalhau](https://www.bacalhau.org/), [IPFS](https://ipfs.tech/), and inspired by the [Common Workflow Language](https://www.commonwl.org/user_guide/introduction/quick-start.html).
39+
Plex is based on [Bacalhau](https://www.bacalhau.org/), [IPFS](https://ipfs.tech/), and inspired by the [Common Workflow Language](https://www.commonwl.org/user_guide/introduction/quick-start.html).
4040

4141
## 🐍 Python pip package (Python 3.8+)
4242

43-
1. Install Plex with pip
43+
1. Install plex with pip
4444
```
4545
pip install PlexLabExchange
4646
```
4747

48-
2. Run Plex example in a Python file, notebook or REPL
48+
2. Run plex example in a Python file, notebook or REPL
4949
```
5050
from plex import plex_run
5151
5252
io_json_cid, io_json_local_filepath = plex_run('QmWdKXmSz1p3zGfHmwBb5FHCS7skc4ryEA97pPVxJCT5Wx')
5353
```
54-
## 🚀 PLEX CLI in one minute
54+
## 🚀 Plex CLI in one minute
5555

5656
1 . Install the client
5757

@@ -65,27 +65,27 @@ Windows users open terminal as an adminstrator and run
6565
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/labdao/plex/main/install.ps1" -UseBasicParsing).Content
6666
```
6767

68-
2. Submit an example PLEX job
68+
2. Submit an example plex job
6969
```
7070
./plex create -t tools/equibind.json -i testdata/binding/abl --autoRun=True
7171
```
7272

7373
![Getting Started](./readme-getting-started-2x.gif)
7474

75-
3. [Read the docs](https://docs.labdao.xyz/) to learn how to use PLEX with your own data and tools
75+
3. [Read the docs](https://docs.labdao.xyz/) to learn how to use plex with your own data and tools
7676

7777
4. Request Access to our VIP Jupyter Hub Enviroment and NFT Testnet Minting.
7878
[VIP Beta Access Form](https://try.labdao.xyz)
7979

8080

8181
## 💡 Use-Cases
82-
* 🧬 run PLEX to [design proteins](https://docs.labdao.xyz/protein-folding/run-an-example) with colabfold and RFDiffusion
83-
* 💊 run PLEX to run [small molecule docking](https://docs.labdao.xyz/small-molecule-binding/run-an-example) with equibind and diffdock
84-
* 🐋 configure your containerised tool to run on PLEX
82+
* 🧬 run plex to [fold proteins](https://docs.labdao.xyz/tutorials/protein-folding)
83+
* 💊 run plex to run [small molecule docking](https://docs.labdao.xyz/tutorials/small-molecule-binding)
84+
* 🐋 configure your containerised tool to run on plex
8585

8686
## 🧑‍💻 Developer Guide
8787

88-
### Building PLEX from source
88+
### Building plex from source
8989

9090
```
9191
git clone https://github.com/labdao/plex

0 commit comments

Comments
 (0)