Connecting to Test iRODS server on TACC - galaxyproject/usegalaxy-playbook GitHub Wiki

  1. Get iRODS credentials file for Test from Nate
  2. Get iRODS server URL, and username/password by running the following command on your laptop:
  • gpg -d ~/irods-creds.gpg
  • irods-creds.gpg is the name of the credentials file in step 1
  • May have to enter your SSH key pass phrase
  1. SSH to stampede server (replace 'kxk302' with your TACC user id)
  • ssh [email protected]
  • Enter TACC password and token code (get TACC Token code from app on your iPhone)
  1. Load iRODS module into shell
  • module load irods
  1. Run iinit command
  • Use server name, and username/password from step 2
  • zone name is 'galaxy', and port number is 1247