diff poretools_times.xml @ 3:06c449875523 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:42:24 +0000
parents a12cb383ec4c
children
line wrap: on
line diff
--- a/poretools_times.xml	Wed Sep 01 08:03:07 2021 +0000
+++ b/poretools_times.xml	Fri Sep 27 07:42:24 2024 +0000
@@ -1,10 +1,9 @@
-<?xml version="1.0"?>
-<tool id="poretools_times" name="Extract time" version="@VERSION@.0">
+<tool id="poretools_times" name="Extract time" version="@VERSION@.0" profile="@PROFILE@">
     <description>and channel information 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[
@@ -20,34 +19,8 @@
     <tests>
         <test>
             <expand macro="test_input" />
-            <param name="types" value="fwd" />
-            <param name="detailed" value="true" />
             <output name="output" file="poretools-times-out1.tabular" ftype="tabular" />
         </test>
-        <test>
-            <expand macro="test_input" />
-            <param name="types" value="rev" />
-            <param name="detailed" value="false" />
-            <output name="output" file="poretools-times-out2.tabular" ftype="tabular" />
-        </test>
-        <test>
-            <expand macro="test_input" />
-            <param name="types" value="2D" />
-            <param name="detailed" value="true" />
-            <output name="output" file="poretools-times-out3.tabular" ftype="tabular" />
-        </test>
-        <test>
-            <expand macro="test_input" />
-            <param name="types" value="best" />
-            <param name="detailed" value="false" />
-            <output name="output" file="poretools-times-out4.tabular" ftype="tabular" />
-        </test>
-        <test>
-            <expand macro="test_input" />
-            <param name="types" value="all" />
-            <param name="detailed" value="true" />
-            <output name="output" file="poretools-times-out5.tabular" ftype="tabular" />
-        </test>
     </tests>
     <help>
         Collect read size statistics from a set of FAST5 files.