Hello,
I wonder if someone can direct me to a website, where I can download the mouse genome (9) masked for repeated regions.I think the UCSC website have masked files by chromosome, but not the whole fasta file.
Thanks
Hello,
I wonder if someone can direct me to a website, where I can download the mouse genome (9) masked for repeated regions.I think the UCSC website have masked files by chromosome, but not the whole fasta file.
Thanks
You can get this from the Ensembl FTP site. Since this is an old version, you'll have to figure out which release to you want to use, e.g. URL for release 60: ftp://ftp.ensembl.org/pub/release-60/fasta/mus_musculus/dna/
EDIT: Just realized that Ensembl actually doesn't have genomes in one file. I thought they had because I have used such a file before but I must also have used cat on the individual chromosome files.
Using genomepy this is straightforward*:
genomepy install mm9 UCSC -m hard
*Disclaimer: I would say so, as I'm the author ;-)
You may want to consider creating a single tools
post for your software. See examples under tools tag for inspiration.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
cat ?
No, mouse!
lol :) funny Thanks, I will try it.