Skip to content

Commit ccc50a6

Browse files
authored
Prepare for release v1.0.5 (#73)
1 parent 9e98759 commit ccc50a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ brew install tigmint ntlink arcs
3535

3636
Alternatively, use the latest release tarball:
3737
```
38-
wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.4/longstitch-1.0.4.tar.gz
38+
wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.5/longstitch-1.0.5.tar.gz
3939
```
4040

4141
#### Dependencies

longstitch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -rRf
22

33
# LongStitch: genome assembly correction and scaffolding pipeline using long reads
4-
# Version v1.0.4
4+
# Version v1.0.5
55

66
# Input files
77
draft=draft
@@ -129,7 +129,7 @@ bin=$(shell dirname `command -v $(MAKEFILE_LIST)`)
129129

130130
# Help
131131
help:
132-
@echo "LongStitch v1.0.4"
132+
@echo "LongStitch v1.0.5"
133133
@echo ""
134134
@echo "Usage: ./longstitch [COMMAND] [OPTION=VALUE]…"
135135
@echo ""
@@ -184,7 +184,7 @@ clean:
184184
@echo "Clean Done"
185185

186186
version:
187-
@echo "LongStitch v1.0.4"
187+
@echo "LongStitch v1.0.5"
188188
@echo "Written by Lauren Coombe, Janet Li and Theodora Lo"
189189

190190
# Make soft links for files

0 commit comments

Comments
 (0)