Skip to content

Support Conda Installation? #3

@shenwei356

Description

@shenwei356

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions