changeset 13:ef12d752aba9 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:56:14 +0000
parents b2821e450815
children e63aab0f18c6
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:30:31 2021 +0000
+++ b/samtools_view.xml	Sun Dec 19 15:56:14 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"/>