Results for "on-line"

Wire posts

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

    1404 days ago

  • Finally, a command line shell for the 90s https://fishshell.com/ #Shell #Command #Linux #FishShell

    1234 days ago

  • Command Line BLAST https://open.oregonstate.education/computationalbiology/chapter/command-line-blast/ #blastp #blastn #blastx #tblastn #blastx

    997 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

    147 days ago