From 4d5e5c02dc2da71657a67138d07ef5c9389e2737 Mon Sep 17 00:00:00 2001 From: Lauren Coombe Date: Tue, 19 Jul 2022 14:53:52 -0700 Subject: [PATCH] Prepare for release v1.0.3 (#51) --- README.md | 6 +++++- longstitch | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f510629..23ca28d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![GitHub release (latest by date)](https://img.shields.io/github/v/release/bcgsc/longstitch) +[![Published in BMC Bioinformatics](https://img.shields.io/badge/Published%20in-BMC%20Bioinformatics-blue)](https://doi.org/10.1186/s12859-021-04451-7) +![Conda](https://img.shields.io/conda/dn/bioconda/longstitch?label=Conda) + ![Logo](https://github.com/bcgsc/longstitch/blob/master/longstitch-logo.png) # LongStitch @@ -31,7 +35,7 @@ brew install tigmint ntlink arcs Alternatively, use the latest release tarball: ``` -wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.2/longstitch-1.0.2.tar.gz +wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.3/longstitch-1.0.3.tar.gz ``` #### Dependencies diff --git a/longstitch b/longstitch index 9f11217..fd17dce 100755 --- a/longstitch +++ b/longstitch @@ -1,7 +1,7 @@ #!/usr/bin/make -rRf # LongStitch: genome assembly correction and scaffolding pipeline using long reads -# Version v1.0.2 +# Version v1.0.3 # Input files draft=draft @@ -99,7 +99,7 @@ bin=$(shell dirname `command -v $(MAKEFILE_LIST)`) # Help help: - @echo "LongStitch v1.0.2" + @echo "LongStitch v1.0.3" @echo "" @echo "Usage: ./longstitch [COMMAND] [OPTION=VALUE]…" @echo "" @@ -152,7 +152,7 @@ clean: @echo "Clean Done" version: - @echo "LongStitch v1.0.2" + @echo "LongStitch v1.0.3" @echo "Written by Lauren Coombe, Janet Li and Theodora Lo" # Make soft links for files