Entering edit mode
8.5 years ago
allyson1115ar
▴
30
In UCSC genome browser, the hg18 provided is not in one fasta file. They provide file to download for each chromosomes. May I know where can I download a hg18 complete fasta file that include all chromosomes? Thanks.
After I clicked 'full dataset', the only way for me to get hg18.fa is by downloading hg18.2bit and use twoBitToFa to convert to hg18.fa right? is there any link allow me to straight away download the hg18.fa without doing the conversion from twoBitToFa? thanks for your advice
Download the fasta files for each chromosome and use
cat
to concatenate them. Alternatively, find out the last Ensembl release to use hg18 and download that fasta file.This should give you full hg18 in one file from UCSC.
The readme suggests that that's one file per-chromosome. I get the feeling that the multifasta file didn't become standard at UCSC until sometime after 2006.