Skip to content

Commit 0a8df00

Browse files
authored
Update e-mail (#125)
1 parent 7bace78 commit 0a8df00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ntJoin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ endif
187187

188188
version:
189189
@echo "ntJoin v1.1.5"
190-
@echo "Written by Lauren Coombe (lcoombe@bcgsc.ca)"
190+
@echo "Written by Lauren Coombe (lcoombe@bccrc.ca)"
191191

192192
check_install:
193193
ifeq ($(shell command -v indexlr),)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
name="ntJoin",
88
version="1.1.5",
99
author="Lauren Coombe",
10-
author_email="lcoombe@bcgsc.ca",
10+
author_email="lcoombe@bccrc.ca",
1111
description="Genome assembly scaffolder using minimizer graphs",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/bcgsc/ntJoin",
14+
url="https://github.com/BirolLab/ntJoin",
1515
license="GPLv3",
1616
python_requires=">=3",
1717
install_requires=["python-igraph", "pysam", "pybedtools", "pymannkendall"],

0 commit comments

Comments
 (0)