Priya Singh3168 days ago
Is there any easiest known way to extract organism's chromosome length?
On linux OS you can extract human chromosome length with following command
curl -s ftp://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/chromInfo.txt.gz | gunzip -c
You can try fetchChromSizes for this purpose.
On linux OS you can extract human chromosome length with following command