From 3f22ba8100e6553438f7a2724c96a107294f276b Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Thu, 4 Apr 2024 18:41:18 +0100 Subject: [PATCH] update repo links --- README.md | 2 +- bin/progres | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad96cba..22755b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Progres - Protein Graph Embedding Search -[![Build status](https://github.com/jgreener64/progres/workflows/CI/badge.svg)](https://github.com/jgreener64/progres/actions) +[![Build status](https://github.com/greener-group/progres/workflows/CI/badge.svg)](https://github.com/greener-group/progres/actions) This repository contains the method from the pre-print: diff --git a/bin/progres b/bin/progres index 0e91ff8..e3fbc42 100755 --- a/bin/progres +++ b/bin/progres @@ -8,7 +8,7 @@ import sys parser = argparse.ArgumentParser(description=( "Fast protein structure searching using structure graph embeddings. " - "See https://github.com/jgreener64/progres for documentation and citation information. " + "See https://github.com/greener-group/progres for documentation and citation information. " f"This is version {pkg_resources.get_distribution('progres').version} of the software." )) subparsers = parser.add_subparsers(dest="mode", diff --git a/setup.py b/setup.py index 06af7c7..7360e8e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description="Fast protein structure searching using structure graph embeddings", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/jgreener64/progres", + url="https://github.com/greener-group/progres", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",