Upload from AWS S3
Updated over a week ago

This process requires an initial setup by Genoox

Before you could upload samples from Amazon S3 repository, please send out
a request email to [email protected] from one of the organization admins
Or contact us using the embedded support wizard

The email needs to specify the name and region of the S3 Bucket you are interested in uploading from

Once the initial setup by Genoox support team has been completed, please follow the next steps

  1. Open AWS S3 Service from AWS Console

  2. Locate the bucket from which you'd like to upload data

  3. Open the Permissions Tab

  4. Navigate to Bucket Policy

  5. add the following JSON (or append an object to Statement list if there is already something there):

{ 

"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<GENOOX_ACCOUNT_NUMBER>:user/<GENOOX_COMPANY_UPLOADER>" },
"Action": [
"s3:GetBucketLocation",
"s3:ListBucket",
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::<COMPANY_BUKCET_NAME>",
"arn:aws:s3:::<COMPANY_BUKCET_NAME>/*"
]
}
]
}

๐Ÿ“˜Make sure to modify the values from the JSON accodingly

GENOOX_ACCOUNT_NUMBER - Will be provided by the Genoox support team
โ€‹GENOOX_COMPANY_UPLOADER - Will be provided by the Genoox support team - a dedicated user for your organization
โ€‹COMPANY_BUKCET_NAME - The Bucket name from which the upload should occur

From the AWS Console, this how how the configuration should appear

Once you have completed the configuration - you can now add the S3 Bucket to Genoox platform and upload files or folders directly from S3

  1. Add the S3 Bucket from the Upload Wizard


โ€‹

  1. You could select folders to start a bulk upload of all FASTQ \ VCF files from a folder

3.Or select specific files from a list of files


โ€‹

4.Data Type: Select the type of sample you would like to upload

5.Add Data:

6.Add Subject: Select 'Subject Name' or add a new subject

  • New subject, All added information (Year of birth, diagnosis, etc..) will be tagged to the sample and serve as future referenceClick Next - The sample will start uploading.

Still have questions? Reach out to our Support Team, they'll be happy to help!
โ€‹

Did this answer your question?