Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install globus command line interface on Yeti #23

Open
rsignell-usgs opened this issue Oct 27, 2017 · 1 comment
Open

Install globus command line interface on Yeti #23

rsignell-usgs opened this issue Oct 27, 2017 · 1 comment
Assignees

Comments

@rsignell-usgs
Copy link
Member

We want to be able to automatically move model output from Yeti to cloud when the run is finished.

Until now we have used the Globus Web App at https://www.globus.org/app/transfer but we want the Globus command line interface (globus-cli) so we can add that to the control scripts that run the simulations.

@rsignell-usgs
Copy link
Member Author

rsignell-usgs commented Oct 27, 2017

Thankfully the HCC Conda channel has packaged globus-cli. So we can install it via:

conda env create -f conda-cli.yml

where conda-cli.yml is:

name: globus-cli
channels:
  - hcc
  - conda-forge
  - defaults
dependencies:
  - python=3.6
  - globus-cli

@isuftin isuftin self-assigned this Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants