Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire post by Radha Agarkar

By Radha Agarkar 2336 days ago
Remove the fasta with zero size: awk 'BEGIN {RS = ">" ; FS = "\n" ; ORS = ""} $2 {print ">"$0}' input.fas > output.fas #fasta #remove