Results for "add"

Tags

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

    Tags: Sed, Add

    2610 days ago

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

    Tags: Add, Fasta

    2586 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

    Tags: Add, FirstLine, Text

    2058 days ago

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

    Tags: fasta, header, add, number, count

    1978 days ago

  • NCBI BLAST have added new columns to the Descriptions

    NCBI BLAST have added new columns to the Descriptions Table for web BLAST output. The new columns are  Scientific Name, Common Name, Taxid, and Accession Length. Common Name and Accession Length are now part of the default display. You can click 'Select columns' or 'Manage columns' to add or...

    Tags: NCBI, BLAST, add, columns, Descriptions, Table, web, BLAST, output

    1266 days ago