From 2cb18d05afc9d545b896e238b755f60f501ec38e Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 28 Feb 2006 06:59:06 +0000 Subject: [PATCH] provide an annotation for our example data Admittedly the sample annotation is utterly meaningless. We should probably go look up some real annotations. --- examples/mck3test.mupa | 6 +++--- examples/mm_mck3test.annot | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 examples/mm_mck3test.annot 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 -- 2.30.2