-
Confirm that your ssh key has been properly added. Running the following command should connect you to the server:
ssh ec2-user@127.0.0.1
-
Prepare your data on your own machine. They should be in a common folder called 'USER' and should look
similar to the following structure:
- USER
- hpc.h5ad
- pbmc3k.h5ad
- Copy your data to the server (replace USER with your username):
ssh ec2-user@127.0.0.1 'mkdir -p h5ad/USER/'
ssh ec2-user@127.0.0.1 'mkdir -p h5ad/USER/DATA/'
scp -r pbmc3k.h5ad ec2-user@127.0.0.1:h5ad/USER/DATA/
- Take a look at your data using the file crawler link above