-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi @XiaomingXu1995 , could you please submit this tool to conda bioconda channel, so users can install it via just one command?
I've tried to compile RabbitKSSD, but failed many times by changing CMake to v3.5 or creating a conda environment for compiling.
To reproduce the error:
conda create -n rabbitkssd cmake=3.5
conda activate rabbitkssd
git clone --recursive https://github.com/RabbitBio/RabbitKSSD.git
cd RabbitKSSD
cd RabbitFX
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=. ..
# failed here
make -j 8
The log is here: log.txt
Additionally, it would be great if some tags/releases are available.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels