Results for "sed"

Tags

  • Append the string to fasta header. $ sed 's/>.*/&_Bacteria/' foo.in > out.fasta #Sed #Fasta #String #Append

    Tags: Sed, Fasta, String, Append

    2496 days ago

  • Remove four beginning characters from each line of the file. $ sed 's/^....//' genbank.txt #Remove #Sed #Text

    Tags: Remove, Sed, Text

    2489 days ago

  • Enter newline at the end of the file $ sed -i -e '$a\' file #NewLine #Sed #Line #New

    Tags: NewLine, Sed, Line, New

    1335 days ago

  • Filter #blank #lines from a #fasta file using sed. $ sed '/^$/d' finalSample.fa > finalSample_filtered.fa #Linux #Filter #FASTA #SED

    Tags: blank, lines, fasta, Linux, Filter, FASTA, SED

    2515 days ago