Skip to content

Commit

Permalink
Prepare for release v1.0.4 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Jan 9, 2023
1 parent 80fb889 commit 6404eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ brew install tigmint ntlink arcs

Alternatively, use the latest release tarball:
```
wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.3/longstitch-1.0.3.tar.gz
wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.4/longstitch-1.0.4.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.3
# Version v1.0.4

# Input files
draft=draft
Expand Down Expand Up @@ -128,7 +128,7 @@ bin=$(shell dirname `command -v $(MAKEFILE_LIST)`)

# Help
help:
@echo "LongStitch v1.0.3"
@echo "LongStitch v1.0.4"
@echo ""
@echo "Usage: ./longstitch [COMMAND] [OPTION=VALUE]…"
@echo ""
Expand Down Expand Up @@ -182,7 +182,7 @@ clean:
@echo "Clean Done"

version:
@echo "LongStitch v1.0.3"
@echo "LongStitch v1.0.4"
@echo "Written by Lauren Coombe, Janet Li and Theodora Lo"

# Make soft links for files
Expand Down

0 comments on commit 6404eb0

Please sign in to comment.