From: kim Date: Sat, 3 Dec 2011 21:52:13 +0000 (+0000) Subject: Add chrom5 queries X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=037f8788a3383cf65c3c6e70f2d912a46b09d86b;p=SXSI%2Fxpathcomp.git Add chrom5 queries git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@1177 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/tests/non_regression_tests/chrom5.xml.queries b/tests/non_regression_tests/chrom5.xml.queries new file mode 100644 index 0000000..45e9322 --- /dev/null +++ b/tests/non_regression_tests/chrom5.xml.queries @@ -0,0 +1,9 @@ +/descendant::promoter[contains(., "PSSM 5000 8 1 0 19 20 18 1 20 7 1 0 1 0 1 18 0 2 17 0 0 0 1 0 0 3 1 20 0 0 0 1 0 8")] +/descendant::promoter[contains(., "PSSM 20000 12 6 19 19 20 5 0 1 20 19 20 1 1 4 0 0 0 3 10 1 0 1 0 13 13 10 1 0 0 11 0 18 0 0 0 6 1 0 0 1 0 1 10 0 0 0 0 0 5") ] +/descendant::promoter[contains(., "PSSM 20000 14 0 1 12 6 0 0 0 1 2 6 6 1 3 0 0 0 0 7 13 3 2 0 0 4 5 10 6 3 2 12 1 0 0 0 0 0 11 3 1 1 0 3 11 0 0 0 0 10 11 12 0 0 1 1 4 7") ] +/descendant::exon[ descendant::sequence[ contains(., "PSSM 5000 8 1 0 19 20 18 1 20 7 1 0 1 0 1 18 0 2 17 0 0 0 1 0 0 3 1 20 0 0 0 1 0 8")] ] +/descendant::exon[ descendant::sequence[ contains( ., "PSSM 20000 12 6 19 19 20 5 0 1 20 19 20 1 1 4 0 0 0 3 10 1 0 1 0 13 13 10 1 0 0 11 0 18 0 0 0 6 1 0 0 1 0 1 10 0 0 0 0 0 5") ] ] +/descendant::exon[ descendant::sequence[ contains(., "PSSM 20000 14 0 1 12 6 0 0 0 1 2 6 6 1 3 0 0 0 0 7 13 3 2 0 0 4 5 10 6 3 2 12 1 0 0 0 0 0 11 3 1 1 0 3 11 0 0 0 0 10 11 12 0 0 1 1 4 7") ] ] +/descendant::*[contains(., "PSSM 5000 8 1 0 19 20 18 1 20 7 1 0 1 0 1 18 0 2 17 0 0 0 1 0 0 3 1 20 0 0 0 1 0 8")] +/descendant::*[contains(., "PSSM 20000 12 6 19 19 20 5 0 1 20 19 20 1 1 4 0 0 0 3 10 1 0 1 0 13 13 10 1 0 0 11 0 18 0 0 0 6 1 0 0 1 0 1 10 0 0 0 0 0 5") ] +/descendant::*[contains(., "PSSM 20000 14 0 1 12 6 0 0 0 1 2 6 6 1 3 0 0 0 0 7 13 3 2 0 0 4 5 10 6 3 2 12 1 0 0 0 0 0 11 3 1 1 0 3 11 0 0 0 0 10 11 12 0 0 1 1 4 7") ]