-
Notifications
You must be signed in to change notification settings - Fork 0
Reference Genomes
zburkett edited this page Jun 2, 2022
·
3 revisions
Currently SEQuoia Express toolkit supports the following model organisms:
-
hg38- Human genome -
mm10- Mouse genome -
rnor6- Rat genome -
tair10- Arabidopsis genome -
sacCer3- Yeast genome -
dm6- Fly genome -
danRer11- Zebrafish genome -
ce11- Worm genome
Bio-Rad has prepared and validated reference genomes for the model organisms listed above. To download these genomes, please follow the steps below
- Navigate to our Dropbox.
- Select the
.tar.gzfile for the reference genome you would like to download. When hovering over the file name, a box that says "Copy link" will appear in the row. - Click that button to get the link (it will get copied to your clipboard).
- Create a folder / directory for the genomes and enter it
mkdir genomes && cd genomes - Follow the README instructions:
wget -O my_genome.tar.gz dropbox/link/here/my_genome.tar.gzdl=0to download the compressed genome files to the current directory. - Uncompress using
tar xvzf my_genome.tar.gz. This will create the directory structure the SEQuoia Express Toolkit is expecting to be able to use for your samples.
- Do not name the genomes folder after the genome you want to use. For example, do not create a genome directory like
~/mm10/mm10. Naming conventions like these will break the report generation step.