Update installation docs
Python CLI to convert between zero and one based coordinate systems
Add the bioconda channel
conda config --add channels defaults conda config --add channels conda-forge conda config --add channels bioconda
Install
conda install convert_zero_one_based
Verify the install
convert_zero_one_based --help
Clone this repo
git clone https://github.com/griffithlab/convert_zero_one_based.git
Add conda-forge channel to build dependencies
conda config --add channels conda-forge
Use Anaconda to build the tool
cd convert_zero_one_based conda build meta.yaml
Install the tool locally
conda install convert_zero_one_based --use-local
转换基因组坐标的索引方式
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
convert_zero_one_based
Python CLI to convert between zero and one based coordinate systems
Installation
Install Anaconda
Install from bioconda (easiest)
Add the bioconda channel
Install
Verify the install
Build from source
Clone this repo
Add conda-forge channel to build dependencies
Use Anaconda to build the tool
Install the tool locally
Verify the install