Releases: seqscope/spatula
Release list
v1.2.0
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 ..
makeWhat's Changed
- Enable native libpng support to fix truncated PNG output for large images by @changhee-somite in #28
- Updated submodules and modified libdeflate dependency by @hyunminkang in #31
- Dockerfile update dev by @WQ-CHENG in #32
- Added draw-polygons by @hyunminkang
- Bug fix in join-pixel-decode to be compatible with new punkst output by @hyunminkang
- Modified filter-tsv to be compatible with CartoScope-generated ROI by @hyunminkang
- Other minor bug fixes by @hyunminkang
New Contributors
- @changhee-somite made their first contribution in #28
- @WQ-CHENG made their first contributions in #32
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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 ..
make1.0.0
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