Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire post by LEGE

By LEGE 970 days ago
Count number of fasta sequence $ awk '/^>/ { f = !a[$0]++ } f' aaaa.fa > bbbb.fa #count #fasta #oneliner