From: Diane Trout Date: Tue, 28 Feb 2006 06:59:06 +0000 (+0000) Subject: provide an annotation for our example data X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=2cb18d05afc9d545b896e238b755f60f501ec38e provide an annotation for our example data Admittedly the sample annotation is utterly meaningless. We should probably go look up some real annotations. --- diff --git a/examples/mck3test.mupa b/examples/mck3test.mupa index 3764ba2..b9dbd6c 100644 --- a/examples/mck3test.mupa +++ b/examples/mck3test.mupa @@ -12,13 +12,13 @@ SEQUENCE_NUM 3 # first sequence info SEQUENCE seq/mouse_mck_pro.fa -# ANNOTATION mm_mck3test.annot -SEQ_START 600 +ANNOTATION mm_mck3test.annot +SEQ_START 300 # the second sequence info SEQUENCE seq/human_mck_pro.fa # ANNOTATION hs_mck3test.annot -SEQ_START 600 +SEQ_START 300 # SEQ_END 2400 # third sequence info diff --git a/examples/mm_mck3test.annot b/examples/mm_mck3test.annot new file mode 100644 index 0000000..bf32dff --- /dev/null +++ b/examples/mm_mck3test.annot @@ -0,0 +1,5 @@ +Mouse +251 500 Glorp Glorptype +751 1000 Glorp Glorptype +1251 1500 Glorp Glorptype +1751 2000 Glorp Glorptype \ No newline at end of file