/usr/share/doc/garlic/examples/patterns2.script is in garlic 1.6-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # This example is just a variation of patters.script; read description there.
# 2003/04/17
pattern = phe trp tyr ile leu val met / * / asn asp gln glu arg lys / * / asn asp gln glu arg lys
select pattern
color yellow
pattern = asn asp gln glu arg lys / * / asn asp gln glu arg lys / * / phe trp tyr ile leu val met
select pattern
color green
|