Aspera is a tool that can be leveraged to quickly and efficiently download data. This page details how to use it to download files as needed.
|
Log on to O2
If you need help connecting to O2, please review the How to login to O2 wiki page.
...
Code Block | ||
---|---|---|
| ||
ssh transfer # Make a scratch3scratch directory for aspera # This assumes you have a scratch directory already # "{USER:0:1}" will be replaced by the first letter of your HMS ID # $USER will be replaced by your HMS ID mkdir /n/scratch3scratch/users/${USER:0:1}/$USER/testAspera # change to the test directory for aspera cd /n/scratch3scratch/users/${USER:0:1}/$USER/testAspera |
...