Skip to content

Releases: seqscope/spatula

v1.2.0

Choose a tag to compare

@hyunminkang hyunminkang released this 09 Mar 03:26

The spatula-v1.2.0-full.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.2.0/spatula-v1.2.0-full.tar.gz
tar xzvf spatula-v1.2.0-full.tar.gz
cd spatula-1.2.0
cd submodules
sh -x build.sh
cd ..
mkdir build
cd build
cmake ..
make

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@hyunminkang hyunminkang released this 04 Jan 22:51

The spatula-v1.1.0-full.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.1.0/spatula-v1.1.0-full.tar.gz
tar xzvf spatula-v1.1.0-full.tar.gz
cd spatula-1.1.0
cd submodules
sh -x build.sh
cd ..
mkdir build
cd build
cmake ..
make

1.0.0

Choose a tag to compare

@hyunminkang hyunminkang released this 16 Jul 12:30
f25790c

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