Thursday, 7 November, 2024
[kevshaw@451]$ history
1 date
2 w
3 top
4 mkdir blast
5 cd blast
6 wget https://yea4.us/451/data/ex2
7 cat ex2
8 blastp -db pdbaa -query ex2 | less
9 blastp -db pdbaa -query ex2 -outfmt 11 | less
10 blastp -db pdbaa -query ex2 -outfmt 11 > ex2.out
11 less ex2.out
12 blast_formatter -h
13 blast_formatter -outfmt 7 -archive ex2.out | less
14 blast_formatter -outfmt 8 -archive ex2.out | less
15 blast_formatter -outfmt 9 -archive ex2.out | less
16 blast_formatter -outfmt 1 -archive ex2.out | less
17 blast_formatter -outfmt 2 -archive ex2.out | less
18 blast_formatter -outfmt 3 -archive ex2.out | less
19 blast_formatter -outfmt 4 -archive ex2.out | less
20 blast_formatter -outfmt 5 -archive ex2.out | less
21 blast_formatter -outfmt 6 -archive ex2.out | less
22 blast_formatter -outfmt 10 -archive ex2.out | less
23 blast_formatter -outfmt 12 -archive ex2.out | less
24 blast_formatter -outfmt 13 -archive ex2.out | less
25 wget https://yea4.us/451/data/ex1
26 cat ex1
27 blastp -db pdbaa -query ex1 | less
28 wget https://yea4.us/451/data/ex4
29 cat ex4
30 blastn -db nt -query ex4 | less
31 cd
[kevshaw@451]$