-
Confirm that your ssh key has been properly added. Running the following command should connect you to the server:
ssh ec2-user@None
-
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@None 'mkdir -p /data/cellxgene_data/USER/'
ssh ec2-user@None 'mkdir -p /data/cellxgene_data/USER/DATA/'
scp -r pbmc3k.h5ad ec2-user@None:/data/cellxgene_data/USER/DATA/
- Take a look at your data using the file crawler link above