We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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:
conda-cli.yml
name: globus-cli channels: - hcc - conda-forge - defaults dependencies: - python=3.6 - globus-cli
Sorry, something went wrong.
isuftin
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: