diff freebayes.xml @ 34:a7c9782130e8 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/freebayes commit be1c2e9e056710ef8b1110a121dc38c6e06dbbee"
author iuc
date Mon, 21 Feb 2022 09:53:39 +0000
parents 04fa42777df9
children
line wrap: on
line diff
--- a/freebayes.xml	Fri Dec 03 22:27:40 2021 +0000
+++ b/freebayes.xml	Mon Feb 21 09:53:39 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="freebayes" name="FreeBayes" version="@TOOL_VERSION@+galaxy1">
+<tool id="freebayes" name="FreeBayes" version="@TOOL_VERSION@+galaxy0">
     <description>bayesian genetic variant detector</description>
     <xrefs>
         <xref type="bio.tools">freebayes</xref>
@@ -8,8 +8,9 @@
     </macros>
     <expand macro="requirements">
         <requirement type="package" version="5.1.0">gawk</requirement>
-        <requirement type="package" version="20211022">parallel</requirement>
+        <requirement type="package" version="20211222">parallel</requirement>
     </expand>
+    <expand macro="version_command" />
     <command detect_errors="exit_code"><![CDATA[
     ##set up input files
 
@@ -696,7 +697,7 @@
             <param name="ref_file" ftype="fasta" value="freebayes-phix174.fasta"/>
             <param name="input_bams" ftype="cram" value="freebayes-phix174.cram"/>
             <param name="options_type_selector" value="simple"/>
-            <output name="output_vcf" file="freebayes-phix174-test1.vcf" lines_diff="4" />
+            <output name="output_vcf" file="freebayes-phix174-test1.vcf" lines_diff="6" />
         </test>
     </tests>
     <help><![CDATA[