Commit ccc50a6 1 parent 9e98759 commit ccc50a6 Copy full SHA for ccc50a6
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ brew install tigmint ntlink arcs
35
35
36
36
Alternatively, use the latest release tarball:
37
37
```
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
39
39
```
40
40
41
41
#### Dependencies
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/make -rRf
2
2
3
3
# LongStitch: genome assembly correction and scaffolding pipeline using long reads
4
- # Version v1.0.4
4
+ # Version v1.0.5
5
5
6
6
# Input files
7
7
draft =draft
@@ -129,7 +129,7 @@ bin=$(shell dirname `command -v $(MAKEFILE_LIST)`)
129
129
130
130
# Help
131
131
help :
132
- @echo " LongStitch v1.0.4 "
132
+ @echo " LongStitch v1.0.5 "
133
133
@echo " "
134
134
@echo " Usage: ./longstitch [COMMAND] [OPTION=VALUE]…"
135
135
@echo " "
@@ -184,7 +184,7 @@ clean:
184
184
@echo " Clean Done"
185
185
186
186
version :
187
- @echo " LongStitch v1.0.4 "
187
+ @echo " LongStitch v1.0.5 "
188
188
@echo " Written by Lauren Coombe, Janet Li and Theodora Lo"
189
189
190
190
# Make soft links for files
You can’t perform that action at this time.
0 commit comments