Previous changeset 1:f491d18251e9 (2018-11-26) |
Commit message:
planemo upload |
modified:
khmer_load_into_counting.xml |
b |
diff -r f491d18251e9 -r ab0f91be3a90 khmer_load_into_counting.xml --- a/khmer_load_into_counting.xml Mon Nov 26 02:14:27 2018 -0500 +++ b/khmer_load_into_counting.xml Mon Nov 26 03:02:53 2018 -0500 |
[ |
@@ -1,4 +1,4 @@ -<tool id="khmer_load_into_counting" name="Load Into Counting" version="1.0.5"> +<tool id="khmer_load_into_counting" name="Load Into Counting" version="1.0.6"> <description>Creates k-mer countgraph using reads</description> <requirements> <requirement type="package" version="2.1.2">khmer</requirement> @@ -52,7 +52,7 @@ </section> </inputs> <outputs> - <data name="hash_output" label="Hash output" format="data" from_work_dir="hash.ct.gz"/> + <data name="hash_output" label="Hash output" format="data" type="data_collection" from_work_dir="hash.ct.gz"/> </outputs> <help><![CDATA[ || This is the script load-into-counting.py in khmer. |