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

Changeset 3:93a451fcde49 (2015-07-07)
Previous changeset 2:5c565b7edfd0 (2015-07-07) Next changeset 4:46f9ee5d0876 (2015-09-09)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit 2aa577b423998f96afdc8ba8f1ba7cee8f47d917-dirty
modified:
filter-abund.xml
b
diff -r 5c565b7edfd0 -r 93a451fcde49 filter-abund.xml
--- a/filter-abund.xml Tue Jul 07 12:57:38 2015 -0400
+++ b/filter-abund.xml Tue Jul 07 13:05:17 2015 -0400
b
@@ -46,7 +46,6 @@
  <expand macro="input_counting_table_filename" />
  </inputs>
  <outputs>
- <!-- <expand macro="output_sequences" /> -->
  <expand macro="output_sequences_single" />
  </outputs>
  <tests>
@@ -55,11 +54,9 @@
  <param name="input_counting_table_filename"
  value="test-abund-read-2.ct" ftype="ct" />
                         <output name="output">
- <!-- <discover_dataset name="test-abund-read-2.fa.abundfilt"> -->
                                  <assert_contents>
                                          <has_text text="GGTTGACGGGGCTCAGGG" />
                                  </assert_contents>
- <!-- </discover_dataset> -->
                         </output>
                 </test>
                 <test>
@@ -69,11 +66,9 @@
  value="test-abund-read-2.ct" ftype="ct" />
  <param name="cutoff" value="1" />
                         <output name="output">
- <!-- <discover_dataset name="test-abund-read-2.fa.abundfilt"> -->
                                  <assert_contents>
                                          <has_text text="GGTTGACGGGGCTCAGGG" />
                                  </assert_contents>
- <!-- </discover_dataset> -->
                         </output>
                 </test>
         </tests>