Entering edit mode
5 hours ago
Edward
•
0
Hello everyone: I recently developed and fully open-sourced a private cloud bioinformatics analysis tool that can visualize generation parameters and runs using Docker.
Local Installation API:
git clone https://github.com/pybrave/brave.git
cd brave
pip install .
brave --port 5008 --use-https
I am actively improving the documentation and functions, welcome to follow star.
Can you summarize in one sentence what the use case is? Is this a workflow manager?
This can visualize the parameters of the generated workflow, software, and scripts, and manage the docker process of the script, software, and workflow.
The following is an example of running metaphlan:
Creating an analysis task
Editing analysis task parameters
View Script
Downstream analysis visualization