Results for "pair-end"

Wire posts

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

    1345 days ago

  • #Multi-line fasta to #Single-line Fasta $ awk '/^>/ {if (NR>1) print ""; printf("%s\n", $0); next; } { printf("%s", $0) } END { printf("\n"); }' multi_line.fasta > single_line.fasta

    88 days ago