comparison dorado.xml @ 1:fc5b6491cf78 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/main/tools/dorado commit c42b6e3fd2cf6d26e231645a9e8a2986503279e2
author galaxy-australia
date Mon, 22 Jul 2024 04:51:23 +0000
parents 63d8ecfcfab1
children c2a23340f233
comparison
equal deleted inserted replaced
0:63d8ecfcfab1 1:fc5b6491cf78
1 <tool id="dorado" name="Dorado" version="@VERSION@+galaxy0" python_template_version="3.5" profile="21.05"> 1 <tool id="dorado" name="Dorado" version="@VERSION@+galaxy0" python_template_version="3.5" profile="24.1">
2 <description>basecaller for raw Oxford Nanopore data</description> 2 <description>basecaller for raw Oxford Nanopore data</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="xrefs"/> 6 <expand macro="xrefs"/>
26 calls.bam 26 calls.bam
27 > summary.tsv 27 > summary.tsv
28 28
29 ]]></command> 29 ]]></command>
30 <inputs> 30 <inputs>
31 <!-- FIXME: add pod5 datatype to Galaxy and change here. 31 <param name="pod5_file" type="data" format="pod5" label="Raw pod5 file" help="Only pod5 is supported. You can convert fast5 to pod5 with the fast5 to pod5 tool."/>
32 https://github.com/galaxyproject/galaxy/pull/18419 -->
33 <param name="pod5_file" type="data" format="binary" label="Raw pod5 file" help="Only pod5 is supported. You can convert fast5 to pod5 with the fast5 to pod5 tool."/>
34 <param name="model" type="select" label="Basecalling model. See the Help section for info on model names."> 32 <param name="model" type="select" label="Basecalling model. See the Help section for info on model names.">
35 <options from_data_table="dorado_models"> 33 <options from_data_table="dorado_models">
36 <!-- only allow models that shipped in this container --> 34 <!-- only allow models that shipped in this container -->
37 <filter type="static_value" column="1" value="@CONTAINER_HASH@"/> 35 <filter type="static_value" column="1" value="@CONTAINER_HASH@"/>
38 </options> 36 </options>
132 <has_size size="10000" delta="1000"/> 130 <has_size size="10000" delta="1000"/>
133 </assert_contents> 131 </assert_contents>
134 </output> 132 </output>
135 <output name="out_tsv" ftype="tsv"> 133 <output name="out_tsv" ftype="tsv">
136 <assert_contents> 134 <assert_contents>
137 <has_size size="1103e241-dd7f-43bc-ae19-9a3c6326ad83"/> 135 <has_text text="1103e241-dd7f-43bc-ae19-9a3c6326ad83"/>
138 <has_text text="SQK-RBK114-96_barcode04"/> 136 <has_text text="SQK-RBK114-96_barcode04"/>
139 </assert_contents> 137 </assert_contents>
140 </output> 138 </output>
141 </test> 139 </test>
142 </tests> 140 </tests>