Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire post by Rahul Nayak

By Rahul Nayak 2471 days ago
Count the number of bases in fasta file. grep -v ">" file.fasta | wc | awk '{print $3-$1}' #Fasta #Count #Bases