Hello,
For a simple script I am writing, I need to extract the genomic data using coordinates, but I would need to do it locally on my computer.
Is the galaxy tool downloadable ? Is there an alternative ? It seems that bedtools can do something like this, but then I need the fasta for mm9 ? Where can I get this ?
Thanks
Yes, getfasta of BEDtools can do it. mm9 FASTA sequence can be downloaded from UCSC.
Is it in the mm9.2bit file ? How do I extract it ? It say to use their twoBitToFa tool, but I don't get how to install it
No, you need the ChromFa.tar.gz file, which when uncompressed will give you one fasta file per chromosome. You can then create a master fasta file by concatenating all the files into one using 'cat' command.