Previous changeset 12:c370440f901e (2021-11-27) Next changeset 14:5826298f6a73 (2022-08-15) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_view commit 1354b1358df89a922c3243f7e27ce789094b8644" |
modified:
samtools_view.xml |
b |
diff -r c370440f901e -r 0dbf49c414ae samtools_view.xml --- a/samtools_view.xml Sat Nov 27 12:33:46 2021 +0000 +++ b/samtools_view.xml Sun Dec 19 15:58:19 2021 +0000 |
b |
@@ -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"/> |