Thursday, 10 November, 2022
[kevshaw@451]$ history
1 ps7
2 cd ps7
3 ls
4 ls 000069488929
5 ls 007
6 cd 007
7 ls
8 less out.pdbqt
9 head -90 out.pdbqt
10 head -90 out.pdbqt | less
11 head -90 out.pdbqt | grep ^HETATM
12 cat ../3l3n.pdbqt > file; head -90 out.pdbqt | grep ^HETATM >> file
13 less file
14 rm file
15 cd
16 nano seq
17 blastn -db nt -query random
18 rm random
19 cd
20 mkdir phylo
21 cd phylo/
22 ls
23 ls -l
24 ls -al
25 wget https://yea4.us/451/data/cytc.gz
26 ls
27 less cytc.gz
28 gzip -dv cytc.gz
29 less cytc
30 clustalo
31 clustalw
32 ls
33 cat cytc.dnd
34 drawtree
35 less plotfile
36 convert plotfile tree.jpg
37 ls
38 rm plotfile
39 rm tree.jpg
40 mv cytc.dnd intree
41 ls
42 cp /usr/local/bin/phylip/font3 ./fontfile
43 ls
44 drawtree
45 convert plotfile tree.jpg
46 nano intree
47 drawtree
48 convert plotfile tree.jpg
49 cd
[kevshaw@451]$