Uploading your study into fh-dasl-cbio
S3 bucket
Once your study files are formatted and validated, follow these steps to upload them to the fh-dasl-cbio
bucket.
β Step 1: Zip Your Study Folder
Before uploading, compress your study folder into a .zip
file.
- On Mac: Right-click β Compress
- On Windows: Right-click β Send to β Compressed (zipped) folder
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.
β Step 2: Upload Your Zipped Folder to the S3 Bucket
You have three ways to upload your data. Choose the one youβre most comfortable with:
π¦ Option 1: Using Motuz (Simple Web Interface)
- Go to Motuz
- Log in with your Fred Hutch credentials
- Follow these setup steps to configure access to
fh-dasl-cbio
- Select your
.zip
file and click the blue arrow to upload
π¨ Option 2: Using Mountain Duck (Drag-and-Drop)
- Follow the Mountain Duck setup guide
- Then configure the
fh-dasl-cbio
bucket. - Open the bucket in Finder
- Copy and paste your
.zip
file into the folder
π« Option 3: Using the Command Line (for power users)
If 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
.