Skip to content

Commit

Permalink
ntJoin release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe committed Nov 26, 2019
1 parent 4820c85 commit d2b9897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bin/ntjoin_assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def parse_arguments():
"increasing/decreasing to assign contig orientation [90]\n "
"Note: Only used with --mkt is NOT specified", default=90, type=int)
parser.add_argument('-t', help="Number of threads [1]", default=1, type=int)
parser.add_argument("-v", "--version", action='version', version='ntJoin v1.0.0')
parser.add_argument("-v", "--version", action='version', version='ntJoin v1.0.1')
return parser.parse_args()

def print_parameters(self):
Expand All @@ -626,7 +626,7 @@ def print_parameters(self):

def main(self):
"Run ntJoin graph stage"
print("Running ntJoin v1.0.0 ...\n")
print("Running ntJoin v1.0.1 ...\n")
self.print_parameters()

if self.args.mkt:
Expand Down
6 changes: 3 additions & 3 deletions ntJoin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ntJoin: Scaffold assemblies using reference assemblies and minimizer graphs
# Written by Lauren Coombe @lcoombe
# ntJoin v1.0.0
# ntJoin v1.0.1

# Input files
target=None
Expand Down Expand Up @@ -76,7 +76,7 @@ endif
help:
@echo ""
@echo "ntJoin: Scaffolding assemblies using reference assemblies and minimizer graphs"
@echo "ntJoin v1.0.0"
@echo "ntJoin v1.0.1"
@echo "Usage: ntJoin assemble target=<target scaffolds> references='List of reference assemblies' reference_weights='List of weights per reference assembly'"
@echo ""
@echo "Options:"
Expand Down Expand Up @@ -130,7 +130,7 @@ ifeq ($(ref), None)
endif

version:
@echo "ntJoin v1.0.0"
@echo "ntJoin v1.0.1"
@echo "Written by Lauren Coombe ([email protected])"

.PHONY: help all version analysis assemble check_params jupiter
Expand Down

0 comments on commit d2b9897

Please sign in to comment.