Mercurial > repos > iuc > poretools_events
diff poretools_events.xml @ 1:28d7819c312f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
author | iuc |
---|---|
date | Sun, 19 Jan 2020 09:10:59 -0500 |
parents | 1d835c691480 |
children | daf8518d243a |
line wrap: on
line diff
--- a/poretools_events.xml Tue Dec 19 14:45:24 2017 -0500 +++ b/poretools_events.xml Sun Jan 19 09:10:59 2020 -0500 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="poretools_events" name="Extract nanopore events" version="@VERSION@.0"> +<tool id="poretools_events" name="Extract nanopore events" version="@VERSION@.1"> <description>from a set of sequencing reads</description> <macros> <import>macros.xml</import> @@ -12,7 +12,7 @@ </command> <inputs> <param name="input" type="data" format="h5,fast5.tar,fast5.tar.gz,fast5.tar.bz2" label="Input fast5 or archive of fast5 files" /> - <param name="precalled" argument="--pre-basecalled" type="boolean" truevalue="--pre-basecalled" falsevalue="--pre-basecalled" label="Report pre-basecalled events" /> + <param name="precalled" argument="--pre-basecalled" type="boolean" truevalue="--pre-basecalled" falsevalue="" label="Report pre-basecalled events" /> </inputs> <outputs> <data name="output" format="tabular" /> @@ -21,12 +21,26 @@ <test> <expand macro="test_input" /> <param name="precalled" value="false" /> - <output name="output" file="poretools-events-out1.tabular" ftype="tabular" /> + <output name="output" ftype="tabular"> + <assert_contents> + <has_n_lines n="2901"/> + <has_text text="template"/> + <has_text text="complement"/> + <not_has_text text="pre_basecalled"/> + </assert_contents> + </output> </test> <test> <expand macro="test_input" /> <param name="precalled" value="true" /> - <output name="output" file="poretools-events-out2.tabular" ftype="tabular" /> + <output name="output" ftype="tabular"> + <assert_contents> + <has_n_lines n="3083"/> + <not_has_text text="template"/> + <not_has_text text="complement"/> + <has_text text="pre_basecalled"/> + </assert_contents> + </output> </test> </tests> <help>