Skip to content

Commit

Permalink
Prepare for release v1.0.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Jun 30, 2021
1 parent 99b5908 commit 1b1eecd
Showing 1 changed file with 3 additions and 3 deletions.
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.0
# Version v1.0.1

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

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

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

# Run tigmint-long
Expand Down

0 comments on commit 1b1eecd

Please sign in to comment.