Mercurial > repos > iuc > poretools_stats
comparison macros.xml @ 3:205f84ab1cd5 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
| author | iuc |
|---|---|
| date | Fri, 27 Sep 2024 07:44:33 +0000 |
| parents | 288c1b94485e |
| children |
comparison
equal
deleted
inserted
replaced
| 2:288c1b94485e | 3:205f84ab1cd5 |
|---|---|
| 6 <yield /> | 6 <yield /> |
| 7 </requirements> | 7 </requirements> |
| 8 </xml> | 8 </xml> |
| 9 <xml name="bio_tools"> | 9 <xml name="bio_tools"> |
| 10 <xrefs> | 10 <xrefs> |
| 11 <xref type="bio.tools">obitools</xref> | 11 <xref type="bio.tools">poretools</xref> |
| 12 </xrefs> | 12 </xrefs> |
| 13 </xml> | 13 </xml> |
| 14 <token name="@VERSION@">0.6.1a1</token> | 14 <token name="@VERSION@">0.6.1a1</token> |
| 15 <token name="@PROFILE@">23.1</token> | |
| 15 <xml name="citations"> | 16 <xml name="citations"> |
| 16 <citations> | 17 <citations> |
| 17 <citation type="doi">10.1093/bioinformatics/btu555</citation> | 18 <citation type="doi">10.1093/bioinformatics/btu555</citation> |
| 18 </citations> | 19 </citations> |
| 19 </xml> | 20 </xml> |
| 22 <option value="png">PNG</option> | 23 <option value="png">PNG</option> |
| 23 <option value="pdf">PDF</option> | 24 <option value="pdf">PDF</option> |
| 24 <option value="svg">SVG</option> | 25 <option value="svg">SVG</option> |
| 25 <yield /> | 26 <yield /> |
| 26 </param> | 27 </param> |
| 27 <param name="theme_bw" argument="--theme-bw" type="boolean" truevalue="--theme-bw" falsevalue="" label="Use a monochrome color scheme" /> | 28 <param argument="--theme-bw" type="boolean" truevalue="--theme-bw" falsevalue="" label="Use a monochrome color scheme" /> |
| 28 </xml> | 29 </xml> |
| 29 <xml name="image_output"> | 30 <xml name="image_output"> |
| 30 <data name="output" format="png"> | 31 <data name="output" format="png"> |
| 31 <change_format> | 32 <change_format> |
| 32 <when input="extension" value="pdf" format="pdf" /> | 33 <when input="extension" value="pdf" format="pdf" /> |
| 34 <yield /> | 35 <yield /> |
| 35 </change_format> | 36 </change_format> |
| 36 </data> | 37 </data> |
| 37 </xml> | 38 </xml> |
| 38 <xml name="stat_options"> | 39 <xml name="stat_options"> |
| 39 <param name="type" argument="--type" type="select" label="Filter by type of read"> | 40 <param argument="--type" type="select" label="Filter by type of read"> |
| 40 <option value="all" selected="true">All</option> | 41 <option value="all" selected="true">All</option> |
| 41 <option value="fwd">Forward reads</option> | 42 <option value="fwd">Forward reads</option> |
| 42 <option value="rev">Reverse reads</option> | 43 <option value="rev">Reverse reads</option> |
| 43 <option value="fwd,rev">Forward and reverse</option> | 44 <option value="fwd,rev">Forward and reverse</option> |
| 44 <option value="2D">2D</option> | 45 <option value="2D">2D</option> |
| 47 </xml> | 48 </xml> |
| 48 <xml name="test_input"> | 49 <xml name="test_input"> |
| 49 <param name="input" ftype="fast5.tar" value="poretools-in1.tar.bz2" /> | 50 <param name="input" ftype="fast5.tar" value="poretools-in1.tar.bz2" /> |
| 50 </xml> | 51 </xml> |
| 51 <xml name="length_options"> | 52 <xml name="length_options"> |
| 52 <param name="min_length" argument="--min-length" type="integer" value="0" label="Minimum read length" /> | 53 <param argument="--min-length" type="integer" value="0" label="Minimum read length" /> |
| 53 <param name="max_length" argument="--max-length" type="integer" value="1000000000" label="Maximum read length" /> | 54 <param argument="--max-length" type="integer" value="1000000000" label="Maximum read length" /> |
| 54 </xml> | 55 </xml> |
| 55 <token name="@MPLBACKEND@"><![CDATA[export MPLBACKEND="agg" &&]]></token> | 56 <token name="@MPLBACKEND@"><![CDATA[export MPLBACKEND="agg" &&]]></token> |
| 56 <token name="@profile@">18.09</token> | |
| 57 </macros> | 57 </macros> |
