comparison fast5_subset.xml @ 3:0defe443ea04 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ont_fast5_api commit e83fdc3a33f17709196a0f5567fbec42f9f31922"
author iuc
date Sat, 23 Oct 2021 20:37:51 +0000
parents 33a0ff1bb7df
children
comparison
equal deleted inserted replaced
2:33a0ff1bb7df 3:0defe443ea04
1 <?xml version="1.0"?> 1 <tool id="ont_fast5_api_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@">
2 <tool id="ont_fast5_api_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy1" profile="18.01">
3 <description>of multi read file(s)</description> 2 <description>of multi read file(s)</description>
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
7 <expand macro="requirements"/> 6 <expand macro="requirements"/>
27 ## create tarball 26 ## create tarball
28 @TARBALL@ 27 @TARBALL@
29 ]]></command> 28 ]]></command>
30 <inputs> 29 <inputs>
31 <expand macro="input" argument="--input"/> 30 <expand macro="input" argument="--input"/>
32 <param argument="--read_id_list" type="data" format="tabular" label="Select file with read IDs" help="Either containing 1 read_id per line or a tabular file with a column named read_id."/> 31 <param argument="--read_id_list" type="data" format="txt,tabular" label="Select file with read IDs" help="Either containing 1 read_id per line or a tabular file with a column named read_id."/>
33 <expand macro="batch_size"/> 32 <expand macro="batch_size"/>
34 <expand macro="compression"> 33 <expand macro="compression">
35 <option value="none" selected="true">None</option> 34 <option value="none" selected="true">None</option>
36 <option value="vbz">VBZ</option> 35 <option value="vbz">VBZ</option>
37 </expand> 36 </expand>