Human Connectome
Last updated
Last updated
Register an account with the Human Connectome Project and log in here: https://db.humanconnectome.org/app/template/Login.vm;jsessionid=34BA6F143F90BD842B7A94C3245A9926
You should receive and save your Secret Access Key in a location that you remember.
Fill out the Terms of Use for the dataset you are interested in:
Click on Amazon S3 Access Enabled to get your personal key.
Connect to a SageMaker workspace and open a Terminal window. Run the following commands with your Access Key ID and Secret Access Key:
Use AWS S3 commands to view or download the data into your personal folder for further analysis.
Example A: View files and directories in the HCP_Resources folder:
aws s3 ls hcp-openaccess/HCP_Resources/
Example B: Download the HcpPipelinesExampleDataGDC.zip file to your personal folder:
aws s3api get-object --bucket hcp-openaccess --key HCP_Resources/SampleData/HcpPipelinesExampleDataGDC.zip /home/ec2-user/SageMaker/studies/simran-makwana/HcpPipelinesExampleDataGDC.zip