Skip to content

Commit

Permalink
Prepare for release v1.0.3 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Jul 19, 2022
1 parent 1ceba0c commit 4d5e5c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions longstitch
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d5e5c0

Please sign in to comment.