跳转到主要内容

补充dash-bio的简单解析工具。

项目描述

注意

截至Dash Bio 1.0,dash-bio-utils的开发已移至主Dash Bio仓库。

此包存在是为了向后兼容。

_dash Bio Utils

Dash Bio utils是一组辅助脚本,与dash-bio包一起使用。

Dash

了解更多关于Dash的信息,请访问https://plot.ly/products/dash/

咨询和OEM

有关Dash应用程序开发的查询、高级OEM集成等,请联系我们

贡献

如果您想为此存储库做出贡献,请参阅贡献指南

运行测试

创建并激活一个新的虚拟环境

python3 -m venv venv
source venv/bin/activate
pip install pytest

或者conda环境

conda create -n dash-bio-utils python=3.7
source activate dash-bio-utils
conda config --add channels conda-forge
conda install pytest

克隆此仓库,安装dash-bio-utils包,并运行其测试

git clone https://github.com/plotly/dash-bio-utils.git
cd dash-bio-utils/
python setup.py install
python -m pytest tests/

如果您使用ipdb设置断点,您希望在命令行上禁用捕获

python -m pytest -s tests/

支持者