Repository 'khmer'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/crusoe/khmer

Changeset 28:c1f0790be1c4 (2014-06-29)
Previous changeset 27:e6b1ef398fc8 (2014-06-29) Next changeset 29:e825c66d31de (2014-06-29)
Commit message:
Tests for count-median
modified:
count-median.xml
b
diff -r e6b1ef398fc8 -r c1f0790be1c4 count-median.xml
--- a/count-median.xml Sun Jun 29 13:13:15 2014 -0400
+++ b/count-median.xml Sun Jun 29 16:07:06 2014 -0400
[
@@ -35,21 +35,19 @@
  <exit_code range="1:"
  level="fatal" />
  </stdio>
-    
-    <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin -->
-    <tests>
-        <!-- [HELP] Test files have to be in the ~/test-data directory
-        <test>
-            <param name="input" value="input_test.tab" />
-            <param name="int"   value="10" />
-            <output name="output" file="output_test.txt" />
- </test> -->
-        <!-- [HELP] Multiple tests can be defined with different parameters -->
-<!--
-        <test>
-        </test>
--->
-    </tests>
+
+ <tests>
+ <test>
+                        <param name="input_sequence_filename" value="test-abund-read-2.fa" />
+                        <param name="input_counting_table_filename" value="test-abund-read-2.ct" />
+                        <output name="output_summary_filename">
+                                <assert_contents>
+                                        <has_text text="seq 1001 1001.0 0.0 18" />
+                                        <has_text text="895:1:37:17593:9954/1 1 103.803741455 303.702941895 114" />
+                                </assert_contents>
+                        </output>
+ </test>
+ </tests>
     
     <!-- [OPTIONAL] Help displayed in Galaxy -->
     <!--