diff tracy_basecall.xml @ 1:5c4c8c4104b2 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
author iuc
date Thu, 20 Mar 2025 07:17:30 +0000
parents d24b41831175
children
line wrap: on
line diff
--- a/tracy_basecall.xml	Tue Oct 12 14:18:49 2021 +0000
+++ b/tracy_basecall.xml	Thu Mar 20 07:17:30 2025 +0000
@@ -1,4 +1,4 @@
-<tool id="tracy_basecall" name="tracy Basecall" version="@TOOL_VERSION@+galaxy0" profile="20.09">
+<tool id="tracy_basecall" name="tracy Basecall" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
     <description>from Sanger chromatogram tracefile</description>
     <macros>
         <import>macros.xml</import>
@@ -29,21 +29,21 @@
         </data>
     </outputs>
     <tests>
-        <test>
-            <param name="tracefile" value="input1.ab1" ftype="ab1" />
+        <test expect_num_outputs="1"> <!-- test 1 -->
+            <param name="tracefile" value="input1_r.ab1" ftype="ab1" />
             <output name="output" file="output1.fasta" ftype="fasta" />
         </test>
-        <test>
-            <param name="tracefile" value="input1.ab1" ftype="ab1" />
+        <test expect_num_outputs="1"> <!-- test 2 -->
+            <param name="tracefile" value="input1_r.ab1" ftype="ab1" />
             <param name="format" value="json" />
             <output name="output" file="output1.json" ftype="json" />
         </test>
-        <test>
-            <param name="tracefile" value="input1.ab1" ftype="ab1" />
+        <test expect_num_outputs="1"> <!-- test 3 -->
+            <param name="tracefile" value="input1_r.ab1" ftype="ab1" />
             <param name="pratio" value="0.2" />
             <output name="output" file="output2.fasta" ftype="fasta" />
         </test>
-        <test>
+        <test expect_num_outputs="1"> <!-- test 4 -->
             <param name="tracefile" value="input2.scf" ftype="scf" />
             <param name="format" value="fasta" />
             <output name="output" file="output3.fasta" ftype="fasta" />