zavolanlab / zarp-cli

A user-friendly command-line interface for the ZARP RNA-seq analysis workflow
https://zavolanlab.github.io/zarp-cli/
Apache License 2.0
4 stars 1 forks source link

build: use Conda for dev environment setup #66

Closed uniqueg closed 1 year ago

uniqueg commented 1 year ago

Currently, setting up a development/testing environment for ZARP-cli requires Pip. However, the use of genomepy requires the installation of external C utilities (see https://vanheeringen-lab.github.io/genomepy/content/installation.html). By using Conda instead of Pip, this extra step could be avoided.