-
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.
* Prepare for release v1.1.2 * Remove btllib constraint
- Loading branch information
Showing
6 changed files
with
20 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
tests/*dot | ||
tests/*path | ||
tests/*agp | ||
tests/*fai | ||
tests/*assigned*fa | ||
tests/*all*fa | ||
tests/*tsv | ||
tests/*bed | ||
tests/*time | ||
*tar.gz |
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 @@ | |
|
||
# ntJoin: Scaffold assemblies using reference assemblies and minimizer graphs | ||
# Written by Lauren Coombe @lcoombe | ||
# ntJoin v1.1.1 | ||
# ntJoin v1.1.2 | ||
|
||
# Input files | ||
target=None | ||
|
@@ -116,7 +116,7 @@ endif | |
help: | ||
@echo "" | ||
@echo "ntJoin: Scaffolding assemblies using reference assemblies and minimizer graphs" | ||
@echo "ntJoin v1.1.1" | ||
@echo "ntJoin v1.1.2" | ||
@echo "Usage: ntJoin assemble target=<target scaffolds> references='List of reference assemblies' reference_weights='List of weights per reference assembly'" | ||
@echo "" | ||
@echo "Options:" | ||
|
@@ -184,7 +184,7 @@ ifeq ($(ref), None) | |
endif | ||
|
||
version: | ||
@echo "ntJoin v1.1.1" | ||
@echo "ntJoin v1.1.2" | ||
@echo "Written by Lauren Coombe ([email protected])" | ||
|
||
check_install: | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
python-igraph | ||
pybedtools | ||
pymannkendall | ||
btllib <=1.4.10 | ||
btllib |
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.1.1", | ||
version="1.1.2", | ||
author="Lauren Coombe", | ||
author_email="[email protected]", | ||
description="Genome assembly scaffolder using minimizer graphs", | ||
|