From 3b1b8fcd161db260a8b75aad437b4c1089157b02 Mon Sep 17 00:00:00 2001 From: Ben J Woodcroft Date: Sat, 14 Dec 2019 15:53:15 +1000 Subject: [PATCH] v0.3.2 --- Cargo.toml | 2 +- release.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8b42f5..4c86f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coverm" -version = "0.3.1" +version = "0.3.2" authors = ["Ben Woodcroft "] license = "GPL-3.0" description = "Read coverage calculator for metagenomics" diff --git a/release.sh b/release.sh index b729c05..5485a5e 100755 --- a/release.sh +++ b/release.sh @@ -6,6 +6,9 @@ export LIBCLANG_PATH=~/.guix-profile/lib export VERSION=`cargo run -- --version |awk '{print $2}'` +# For minimap header fix binary +export PATH=target/debug:$PATH + echo "Found version $VERSION .." echo "Building normally .." @@ -24,4 +27,4 @@ cd dist tar czf coverm-x86_64-unknown-linux-musl-$VERSION.tar.gz coverm-x86_64-unknown-linux-musl-$VERSION cd .. -echo "Now make sure git is up to date, and run LIBCLANG_PATH=~/.guix-profile/lib cargo publish" \ No newline at end of file +echo "Now make sure git is up to date, and run LIBCLANG_PATH=~/.guix-profile/lib cargo publish"