From 40368201b9d3929329375e605e854bbb6a416d10 Mon Sep 17 00:00:00 2001 From: Graham Larue Date: Mon, 10 May 2021 15:31:35 -0700 Subject: [PATCH] Update JGI URLs (per #7) --- README.md | 5 +++-- jgi-query.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb5c859..f679d23 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # jgi-query -A command-line tool for querying and downloading from the [Joint Genome Institute (JGI)](http://genome.jgi-psf.org/) online database. Useful for accessing JGI data from command-line-only resources such as remote servers, or as a lightweight alternative to JGI's other [GUI-based download tools](http://genome.jgi-psf.org/help/download.jsf). + +A command-line tool for querying and downloading from databases hosted by the [Joint Genome Institute (JGI)](https://jgi.doe.gov/). Useful for accessing JGI data from command-line-only resources such as remote servers, or as a lightweight alternative to JGI's other [GUI-based download tools](https://genome.jgi.doe.gov/portal/help/download.jsf). ### Dependencies -- A [user account with JGI](http://contacts.jgi-psf.org/registration/new) (free) +- A [user account with JGI](https://contacts.jgi.doe.gov/registration/new) (free) - [cURL](http://curl.haxx.se/), required by the JGI download API - [Python](https://www.python.org/downloads/) 3.x (current development) or 2.7.x (deprecated but provided -- now *significantly outdated*) diff --git a/jgi-query.py b/jgi-query.py index 93a040d..96e9439 100755 --- a/jgi-query.py +++ b/jgi-query.py @@ -59,7 +59,7 @@ def get_user_info(): file for future use (unless you choose to delete them). If you need to sign up for a JGI account, use the registration link at - https://signon.jgi-psf.org/signon + https://contacts.jgi.doe.gov/registration/new === CREDENTIALS === """