create_matrix:
	cut -f 7 test.list | 				\
	convert-seq -from multi -to wc | 	\
	consensus -L 10 -A a:t c:g -c2 -N 10 | 		\
	matrix-from-consensus -o matrix			\
