Results for "add"

Wire posts

  • Video feature on BOL give an option to add bioinformatics video lectures/tutorials #BOLvideo #BOLover

    3922 days ago

  • Orange Bioinformatics add-on for Orange data mining software package. https://pypi.python.org/pypi/Orange-Bioinformatics/2.6.7 #Orange #Python #DataMining

    3201 days ago

  • Add color to vim. Open vi .vimrc and at the end of the file add "syntax on" #Vim #Syntax #Highlight #Vi #Linux

    2620 days ago

  • Add ">" in front of ids. sed -e 's/^/prefix/' file #Sed #Add #>

    2599 days ago

  • To add something to end of all header lines: $ sed 's/>.*/&WHATEVERYOUWANT/' file.fa > outfile.fa #Add #Fasta

    2575 days ago

  • Add some text at the beginning of the file $ echo -e "chrII_reverse\n$(cat chrII_reverse.fa )" > chrII_reverse.fa #Add #FirstLine #Text

    2047 days ago

  • Add number in fasta header $ awk '/^>/{$0=$0"_"(++i)}1' infile.fa #fasta #header #add #number #count

    1967 days ago

  • Perl onliner to add string to each of the fasta header. $ perl -p -e 's/^(>.*)$/$1-origin/g' in.fasta > out.fasta #String #Header #Fasta

    1623 days ago