Skip to content

Commit

Permalink
Prepare for release v1.0.2 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Feb 25, 2022
1 parent 47b2085 commit 37eb344
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 @@ -31,7 +31,7 @@ brew install tigmint ntlink arcs

Alternatively, use the latest release tarball:
```
wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.1/longstitch-1.0.1.tar.gz
wget https://github.com/bcgsc/LongStitch/releases/download/v1.0.2/longstitch-1.0.2.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.1
# Version v1.0.2

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

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

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

# Make soft links for files
Expand Down

0 comments on commit 37eb344

Please sign in to comment.