Once your study files are formatted and validated, follow these steps to upload them to the fh-dasl-cbio
bucket.
Before uploading, compress your study folder into a .zip
file.
Or use the command line:
# Go to the folder where your study lives
cd /path/to/directory/cancer_study_identifier
# Zip the folder recursively
zip -r cancer_study_identifier.zip .
π Note: The
.zip
file name must exactly match thecancer_study_identifier
value used in your study files.
You have three ways to upload your data. Choose the one youβre most comfortable with:
fh-dasl-cbio
.zip
file and click the blue arrow to uploadfh-dasl-cbio
bucket..zip
file into the folderIf youβre comfortable using the terminal and have AWS CLI configured, use:
aws s3 cp /path/to/cancer_study_identifier.zip s3://fh-dasl-cbio/
π Note: Make sure your AWS credentials are correctly set up and your lab account has write-only permissions to
fh-dasl-cbio
.