Mercurial > repos > iuc > poretools_hist
diff poretools_hist.xml @ 1:5deb028db68e draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
| author | iuc |
|---|---|
| date | Sun, 19 Jan 2020 14:00:43 +0000 |
| parents | e3671d61f0a0 |
| children | de8ffa29391f |
line wrap: on
line diff
--- a/poretools_hist.xml Tue Dec 19 14:25:03 2017 -0500 +++ b/poretools_hist.xml Sun Jan 19 14:00:43 2020 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="poretools_hist" name="Generate histogram" version="@VERSION@.0"> +<tool id="poretools_hist" name="Generate histogram" version="@VERSION@.1"> <description>of nanopore read lengths</description> <macros> <import>macros.xml</import> @@ -7,8 +7,8 @@ <expand macro="requirements" /> <command detect_errors="aggressive"> <![CDATA[ - poretools hist '$input' --saveas histogram.$extension --min-length $min_length - --max-length $max_length --num-bins $num_bins $theme_bw && mv histogram.$extension '$output' +@MPLBACKEND@ +poretools hist '$input' --saveas histogram.$extension --min-length $min_length --max-length $max_length --num-bins $num_bins $theme_bw && mv histogram.$extension '$output' ]]> </command> <inputs> @@ -24,17 +24,17 @@ <test> <expand macro="test_input" /> <param name="extension" value="png" /> - <output name="output" file="poretools-hist-out1.png" ftype="png" lines_diff="73" /> + <output name="output" file="poretools-hist-out1.png" ftype="png" compare="sim_size" /> </test> <test> <expand macro="test_input" /> <param name="extension" value="pdf" /> - <output name="output" file="poretools-hist-out1.pdf" ftype="pdf" lines_diff="36" /> + <output name="output" file="poretools-hist-out1.pdf" ftype="pdf" lines_diff="272" /> </test> <test> <expand macro="test_input" /> <param name="extension" value="svg" /> - <output name="output" file="poretools-hist-out1.svg" ftype="svg" lines_diff="138" /> + <output name="output" file="poretools-hist-out1.svg" ftype="svg" lines_diff="140" /> </test> </tests> <help>
