Skip to content

Releases: seqscope/spatula

1.0.0

16 Jul 12:30
f25790c
Compare
Choose a tag to compare

The spatula-1.0.0.tar.gz contains the source code of the spatula package, including submodules.

Note that If you use the default source package (.tar.gz/zip), then you will need to install submodules on your own.

Use the following commands to download and build the package.

wget https://github.com/seqscope/spatula/releases/download/v1.0.0/spatula-1.0.0.tar.gz
tar xzvf spatula-1.0.0.tar.gz
cd spatula-1.0.0
cd submodules
sh -x build.sh
cd ..
mkdir build
cd build
cmake ..
make