Skip to content

Commit

Permalink
update repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Apr 4, 2024
1 parent 6533d81 commit 3f22ba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion bin/progres
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3f22ba8

Please sign in to comment.