How to download hg19 reference genome?



1. Solution 1

wget -O- ftp://hgdownload.cse.ucsc.edu/goldenPath/hg19/chromosomes/chr{{1..22},X,Y,MT}.fa.gz | gunzip > ucsc.hg19.fasta

2. Solution 2

https://github.com/creggian/ucsc-hg19-fasta



Comments

Popular posts from this blog

How To Set Up RStudio On A CentOS Cloud Server | DigitalOcean

P and q values in RNA Seq

How to download reads from NCBI SRA database?