I wanted to get that from NCBI source.
• 0 views
•
link
Hello all,
How can I download one single file containing all chromosomes sequences of GRCh37/hg19 for humans NCBI?
Thank you.
You can get it from the Ensembl FTP site. Be sure to have a look at the README file to identify what you want.
I wanted to get that from NCBI source.
Log in to answer this question.
You are command line savvy based on your past posts. You must know that it is as simple as doing a
cat chr*.fa > genome.fa. hg19 files right from source.Thank you very much. I am learning and I am a new student in bioinformatics. Possibly due that reason my post my sound naive.
Does the link you gave is GRCh37/hg19 from NCBI?
Human genome builds are released by Genome Reference Consortium of which is NCBI is one member. If you must get it from NCBI then use this page.
Thank you very much!