Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Onliner to split the multifasta to singlefasta files !

  • Public
By BioStar 1400 days ago
#Split the multifasta to singlefasta # Multi fasta #Single fasta awk '$0 ~ "^>" { match($1, /^>([^:]+)/, id); filename=id[1]} {print >> filename".fa"}' sequence.fasta