Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Perl onliner to print fasta headers !

  • Public
By Neelam Jha 1005 days ago
#Save all your fasta in seq.fa and run the following ... perl -ne 'print if /^>/' seq.fa #Print header with line number perl -ne 'print "$. $_" if /^>/ ' seq.fa