Skip to content

Quickstart for spatula

Installing spatula

Please follow the instruction below to install spatula

git clone --recursive https://github.com/seqscope/spatula.git
cd spatula
cd submodules
sh -x build.sh
cd ..
mkdir build
cd build
cmake ..
make

List available tools

To list the available tools, run the following command:

../bin/spatula --help

If you encounter any difficulties, see Install for more details.