labdao / plex

Platform for running comp bio applications on distributed compute and storage infrastructure
https://lab.bio
MIT License
54 stars 14 forks source link
compbio decentralized desci ipfs p2p

Lab Exchange 🧫×🧬→💊

Run highly reproducible computational biology applications on top of a decentralised compute and storage network.

total download LabDAO website follow on Twitter

The Lab Exchange is a full web stack for distributed computational biology.

Plex is built with Bacalhau and IPFS.

Running the App Locally

We have docker-compose files available to bring up the stack locally.

Note:

Build and bring up stack (CPU)

docker compose up -d --wait

Build and bring up stack (GPU)

docker compose -f docker-compose.yml -f docker-compose-gpu.yml up -d --wait --build

To run bacalhau cmds against local environment simply set BACALHAU_API_HOST=127.0.0.1 in your terminal