Skip to content

Globus

Globus is an easy way to reliably and securly move, share, and discover data no matter where it lives.

Get starting with Globus by folloiwnig this guide.

Login

Wistar is federated with Globus and users can login by search for "Wistar Institute". It will redirect you to the standard Microsoft login, here you will input your @wistar.org credentials.

Globus Wistar Login

Wistar Collection

Wistar has a "mapped collection" that will mirror your network share. This mapped collection can be found by searching for "Wistar HPC Collection Access".

Globus Wistar Collection

From here, you will be able to navigate to your network share in the file manager (given you have access to it).

Globus File Manager

Personal Collection

You can create a personal collection by using the Globus Connect Personal software. It is available via a module, here is how to setup your personal collection.

  1. Load the module and perform the setup command
module load globusconnectpersonal
globusconnectpersonal -setup
  1. It then will output the following:
Starting CLI interactive setup

For advanced configuration or High Assurance options, cancel and review
  globusconnectpersonal -setup --help

Globus Connect Personal needs you to log in to continue the setup process.

We will display a login URL. Copy it into any browser and log in to get a
single-use code. Return to this command with the code to continue setup.

Login here:
-----
https://auth.globus.org/v2/oauth2/authorize?client_id=<LONG_STRING>
-----
  1. Take that long URL and input it into your browser

  2. Login with your wistar.org account (if you have not already done so)

  3. Give your personal collection a remember-able name

  4. It then will show an auth code, paste that back into your terminal

  5. Start the globusconnectpersonal application

globusconnectpersonal -start &

Tip

The & at the end starts the process in the background

  1. You are all setup! You can now view your personal collection by going to Collections -> Administered By You in the Globus Web UI

Warning

If you logout of the wi-hpc cluster, the collection will not be available. You must be logged in and the globusconnectpersonal service must be running. It is best practice to stop the process with globusconnectpersonal -stop when you are done using it.

See our knowledge base articles for more details on how to use Globus effectively.