diff poretools_tabular.xml @ 3:028f1172c434 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:43:02 +0000
parents d5e08d639ab4
children
line wrap: on
line diff
--- a/poretools_tabular.xml	Wed Sep 01 08:07:38 2021 +0000
+++ b/poretools_tabular.xml	Fri Sep 27 07:43:02 2024 +0000
@@ -1,10 +1,9 @@
-<?xml version="1.0"?>
-<tool id="poretools_tabular" name="Extract FASTQ" version="@VERSION@.0">
+<tool id="poretools_tabular" name="Extract FASTQ" version="@VERSION@.0" profile="@PROFILE@">
     <description>in tabular format from a set of FAST5 files</description>
-    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements" />
     <command detect_errors="aggressive">
     <![CDATA[
@@ -21,32 +20,27 @@
     <tests>
         <test>
             <expand macro="test_input" />
-            <param name="types" value="fwd" />
-            <param name="detailed" value="true" />
+            <param name="type" value="fwd" />
             <output name="output" file="poretools-tabular-out1.tabular" ftype="tabular" />
         </test>
         <test>
             <expand macro="test_input" />
-            <param name="types" value="rev" />
-            <param name="detailed" value="false" />
+            <param name="type" value="rev" />
             <output name="output" file="poretools-tabular-out2.tabular" ftype="tabular" />
         </test>
         <test>
             <expand macro="test_input" />
-            <param name="types" value="2D" />
-            <param name="detailed" value="true" />
+            <param name="type" value="2D" />
             <output name="output" file="poretools-tabular-out3.tabular" ftype="tabular" />
         </test>
         <test>
             <expand macro="test_input" />
-            <param name="types" value="best" />
-            <param name="detailed" value="false" />
+            <param name="type" value="best" />
             <output name="output" file="poretools-tabular-out4.tabular" ftype="tabular" />
         </test>
         <test>
             <expand macro="test_input" />
-            <param name="types" value="all" />
-            <param name="detailed" value="true" />
+            <param name="type" value="all" />
             <output name="output" file="poretools-tabular-out5.tabular" ftype="tabular" />
         </test>
     </tests>