Skip to content

Commit

Permalink
Prepare for release v1.0.5 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Aug 9, 2023
1 parent 9e98759 commit ccc50a6
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.4/longstitch-1.0.4.tar.gz
wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.5/longstitch-1.0.5.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.4
# Version v1.0.5

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

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

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

# Make soft links for files
Expand Down

0 comments on commit ccc50a6

Please sign in to comment.