Results for "add"

Tags

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

    Tags: Sed, Add

    2587 days ago

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

    Tags: Add, Fasta

    2563 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

    2035 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

    1955 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

    1243 days ago