-
Notifications
You must be signed in to change notification settings - Fork 7
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
10 changed files
with
13 additions
and
13 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
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
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
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 @@ | |
|
||
# ntLink: Scaffold assemblies using long reads and minimizers | ||
# Written by Lauren Coombe @lcoombe | ||
# ntLink v1.3.10 | ||
# ntLink v1.3.11 | ||
|
||
# Input files | ||
target=None | ||
|
@@ -119,7 +119,7 @@ endif | |
help: | ||
@echo "" | ||
@echo "ntLink: Scaffolding assemblies using long reads" | ||
@echo "ntLink v1.3.10" | ||
@echo "ntLink v1.3.11" | ||
@echo "Usage: ntLink scaffold target=<target scaffolds> reads='List of long read files'" | ||
@echo "" | ||
@echo "To additionally run gap-filling (fill gap regions with raw read sequence):" | ||
|
@@ -187,7 +187,7 @@ ifneq ($(shell command -v 'python3 -c "import btllib"'),) | |
endif | ||
|
||
version: | ||
@echo "ntLink v1.3.10" | ||
@echo "ntLink v1.3.11" | ||
@echo "Written by Lauren Coombe ([email protected])" | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="ntLink", | ||
version="1.3.10", | ||
version="1.3.11", | ||
author="Lauren Coombe", | ||
author_email="[email protected]", | ||
description="Genome assembly scaffolder using long reads", | ||
|