Get files when in crunchomics
To download files from an URL when located on crunchomics or any other HPC server:
curl -O -u[USER]:[PASSWORD] [URL]
Then I can pre-process the files more rapidly.
Written on April 22, 2021
Plant Biologist
To download files from an URL when located on crunchomics or any other HPC server:
curl -O -u[USER]:[PASSWORD] [URL]
Then I can pre-process the files more rapidly.