-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# ntJoin: Scaffold assemblies using reference assemblies and minimizer graphs | ||
# Written by Lauren Coombe @lcoombe | ||
# ntJoin v1.0.6 | ||
# ntJoin v1.0.7 | ||
|
||
# Input files | ||
target=None | ||
|
@@ -103,7 +103,7 @@ endif | |
help: | ||
@echo "" | ||
@echo "ntJoin: Scaffolding assemblies using reference assemblies and minimizer graphs" | ||
@echo "ntJoin v1.0.6" | ||
@echo "ntJoin v1.0.7" | ||
@echo "Usage: ntJoin assemble target=<target scaffolds> references='List of reference assemblies' reference_weights='List of weights per reference assembly'" | ||
@echo "" | ||
@echo "Options:" | ||
|
@@ -171,7 +171,7 @@ ifeq ($(ref), None) | |
endif | ||
|
||
version: | ||
@echo "ntJoin v1.0.6" | ||
@echo "ntJoin v1.0.7" | ||
@echo "Written by Lauren Coombe ([email protected])" | ||
|
||
.PHONY: help all version analysis assemble check_params jupiter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="ntJoin", | ||
version="1.0.6", | ||
version="1.0.7", | ||
author="Lauren Coombe", | ||
author_email="[email protected]", | ||
description="Genome assembly scaffolder using minimizer graphs", | ||
|