Bioinformatics Reactive Analysis and Visualization Engine
Project description
Bioinformatics Reactive Analysis and Visualization Engine
Installation
pip install pybrave
Usage
brave
install pipeline
git clone https://github.com/pybrave/pipeline-metagenomics.git ~/.brave/pipeline/7530139e-8985-423f-9fb6-32650828ca40
brave --base-dir /ssd1/wy/workspace2/nextflow_workspace \
--work-dir /data/wangyang/nf_work \
--pipeline-dir /ssd1/wy/workspace2/nextflow-fastapi/pipeline-dev \
--literature-dir /ssd1/wy/workspace2/nextflow-fastapi/literature \
--db-type mysql --mysql-url root:123456@192.168.3.60:53306/pipeline \
--port 5000
docker
mkdir $PWD/data
docker run --rm -p 5000:5000 \
--user $(id -u):$(id -g) \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp/brave.sock:/tmp/brave.sock \
-v $PWD/data:/.brave \
registry.cn-hangzhou.aliyuncs.com/wybioinfo/pybrave
git clone https://github.com/pybrave/pipeline-metagenomics.git $PWD/data/pipeline/7530139e-8985-423f-9fb6-32650828ca40
docker run --rm -p 5000:5000 \
--user $(id -u):$(id -g) \
--group-add $(stat -c '%g' /var/run/docker.sock) \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp/brave.sock:/tmp/brave.sock \
-v ~/.brave:/.brave \
-v /ssd1:/ssd1 \
-v /data:/data \
registry.cn-hangzhou.aliyuncs.com/wybioinfo/pybrave \
brave --pipeline-dir /ssd1/wy/workspace2/nextflow-fastapi/pipeline-dev \
--base-dir /ssd1/wy/workspace2/nextflow_workspace \
--work-dir /data/wangyang/nf_work \
--literature-dir /ssd1/wy/workspace2/nextflow-fastapi/literature \
--db-type mysql \
--mysql-url root:123456@192.168.3.60:53306/pipeline \
--port 5000
development
mkdir -p development/pipeline-dev
mkdir -p development/base-dev
python -m brave \
--port 5000 \
--pipeline-dir development/pipeline-dev \
--base-dir development/base-dev
git clone https://github.com/pybrave/pipeline-metagenomics.git development/pipeline-dev/7530139e-8985-423f-9fb6-32650828ca40
contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybrave-0.1.9.tar.gz
(5.5 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pybrave-0.1.9.tar.gz.
File metadata
- Download URL: pybrave-0.1.9.tar.gz
- Upload date:
- Size: 5.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
653ff0824a099ae7b8019e0eb3100722997e7ebd367296c49e9bd117f184a7da
|
|
| MD5 |
a646fcf90bd19cc33ecc4c76357e8a15
|
|
| BLAKE2b-256 |
32a3756706ed544b92ab79659d02568823e5bd3ceb407564dc79fcc0d0541c11
|
File details
Details for the file pybrave-0.1.9-py3-none-any.whl.
File metadata
- Download URL: pybrave-0.1.9-py3-none-any.whl
- Upload date:
- Size: 5.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8112abb55f488c96ebab869789edbebe432c9498a0596c3b71a84fc2670df396
|
|
| MD5 |
814936552c9077f58964bfa19da4e769
|
|
| BLAKE2b-256 |
6dfdbcd3b852a317a1fd9e21b382ba016830c334a8a88b726b05a0c0de0f13b5
|