Codebase list kissplice / debian/2.5.5+dfsg-1
debian/2.5.5+dfsg-1

Tree @debian/2.5.5+dfsg-1 (Download .tar.gz)

# KisSplice

Main page: http://kissplice.prabi.fr/

# Downloading the code:
```
git clone --recursive https://gitlab.inria.fr/erable/kissplice
```

# Compiling:
```
cd kissplice/ && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j 4
```

# Running on the sample test:
```
cd kissplice/build
./bin/kissplice -r ../sample_example/mock1.fq -r ../sample_example/mock2.fq -r ../sample_example/virus1.fq -r ../sample_example/virus2.fq
```