Results for "Command Line"

Wire posts

  • #tBLASTn #command line $ tblastn -query Avaga.pep.out.45.fa -db myDB -outfmt 6 -out output_file -evalue 1e-5 -max_target_seqs 1 #Blast #Protein

    2152 days ago

  • Multi-line fasta to single line fasta $ perl -pe '/^>/ ? print "\n" : chomp' in.fasta | tail -n +2 > out.fasta #Multiline #Singleline #Fasta

    2083 days ago

  • Remove empty line from fasta. $ sed -i '/^$/d' standard_output.final.scaffolds_online.fasta #Empty #Fasta #Remove

    2066 days ago

  • List all the bash command related to time $ apropos time #bash #time #list

    1947 days ago

  • Using R: #plotting the #genome on a line https://www.r-bloggers.com/using-r-plotting-the-genome-on-a-line/ . #plot #R

    1875 days ago

  • The command du "summarizes disk usage of each FILE, recursively for directories," e.g., du -h | sort -h #Disk #Usage #Linux

    1869 days ago

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

    1366 days ago

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

    1196 days ago

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

    959 days ago

  • Linux command cheatsheet https://www.xmind.net/m/WwtB/#

    671 days ago