Skip to content
Mitchell Robert Vollger edited this page May 15, 2023 · 5 revisions

Public Stergachis static website

https://s3-us-west-2.amazonaws.com/stergachis-public1/index.html?prefix=

Use private AWS data in IGV without special links

Want to load private data into your IGV session without making secret URLs that expire? It is actually be very simple! First on your local computer you create a file in this location:

~/.aws/credentials

(on windows the credentials file should be placed here: C:\Users\username\.aws\credentials)

and then add this information to the file:

[default]
region = us-west-2
aws_access_key_id = 
aws_secret_access_key = 

where you fill out aws_access_key_id and aws_secret_access_key with your information.

And once you do that you can open IGV and directly load bam files using the s3 path via load url: image

Clone this wiki locally