changeset 13:0dbf49c414ae draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_view commit 1354b1358df89a922c3243f7e27ce789094b8644"
author iuc
date Sun, 19 Dec 2021 15:58:19 +0000
parents c370440f901e
children 5826298f6a73
files samtools_view.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/samtools_view.xml	Sat Nov 27 12:33:46 2021 +0000
+++ b/samtools_view.xml	Sun Dec 19 15:58:19 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="samtools_view" name="Samtools view" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
+<tool id="samtools_view" name="Samtools view" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@">
     <description>- reformat, filter, or subsample SAM, BAM or CRAM</description>
     <macros>
         <import>macros.xml</import>
@@ -37,7 +37,7 @@
         </xml>
     </macros>
     <expand macro="requirements">
-        <requirement type="package">gawk</requirement>
+        <requirement type="package" version="5.1.0">gawk</requirement>
     </expand>
     <expand macro="stdio"/>
     <expand macro="version_command"/>