# HG changeset patch # User John Chilton # Date 1391911775 21600 # Node ID 5f452975cfb40f50307a4ad45e7f52d16296e44e Initial commit. diff -r 000000000000 -r 5f452975cfb4 disambiguate_cond.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/disambiguate_cond.xml Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,94 @@ + + + echo "$p1.p1v $p2.p2v $p3.p3v" > $out_file1; cat "$files.p4.file" >> $out_file1; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 000000000000 -r 5f452975cfb4 disambiguate_repeats.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/disambiguate_repeats.xml Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,63 @@ + + + cat #for $q in $queries# ${q.input} #end for# #for $q in $more_queries# ${q.input} #end for# > $out_file1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 000000000000 -r 5f452975cfb4 test-data/simple_line.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/simple_line.txt Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,1 @@ +This is a line of text. diff -r 000000000000 -r 5f452975cfb4 test-data/simple_line_alternative.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/simple_line_alternative.txt Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,1 @@ +This is a different line of text. \ No newline at end of file diff -r 000000000000 -r 5f452975cfb4 test-data/simple_line_x2.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/simple_line_x2.txt Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,2 @@ +This is a line of text. +This is a line of text. diff -r 000000000000 -r 5f452975cfb4 test-data/simple_line_x3.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/simple_line_x3.txt Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,3 @@ +This is a line of text. +This is a line of text. +This is a line of text. diff -r 000000000000 -r 5f452975cfb4 test-data/simple_line_x5.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/simple_line_x5.txt Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,5 @@ +This is a line of text. +This is a line of text. +This is a line of text. +This is a line of text. +This is a line of text. diff -r 000000000000 -r 5f452975cfb4 test-data/simple_lines_interleaved.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/simple_lines_interleaved.txt Sat Feb 08 20:09:35 2014 -0600 @@ -0,0 +1,4 @@ +This is a line of text. +This is a different line of text. +This is a line of text. +This is a different line of text. \ No newline at end of file