Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire post by Neel

By Neel 1816 days ago
#Rename the #fasta #header and #keep first $ perl -ne 'if (/^(>\S+)/){print "$1\n";}else{print $_;}' realTestDATA.fa > realTestDATA_headerCorrected.fa #Perl