Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion datasets/1000-genomes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ Resources:
Type: S3 Bucket
DataAtWork:
Tutorials:
Tools & Applications:
- Title: How to download VCFs
Description: |
To download a VCF to your current directory, do this -
"aws s3 cp --no-sign-request s3://1000genomes/1000G_2504_high_coverage/working/20201028_3202_raw_GT_with_annot/20201028_CCDG_14151_B01_GRM_WGS_2020-08-05_chrY.recalibrated_variants.vcf.gz ."
Change chrY to whatever you want, and add .tbi if needed.
- Title: Examine genomic variation across populations with AWS
URL: https://aws.amazon.com/blogs/industries/examine-genomic-variation-across-populations-with-aws/
AuthorName: Konstantinos Tzouvanas
Expand Down