# HG changeset patch
# User iuc
# Date 1634130711 0
# Node ID df20f1fd453f46aa3574c05ca6128e6b62609c30
# Parent  350bbc5c2ffdb1c4cd5522c0047d4a2e5e52074c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_view commit 1d2666cfe206ef538fd811dbccaec2e8f3c6f7f0"

diff -r 350bbc5c2ffd -r df20f1fd453f samtools_view.xml
--- a/samtools_view.xml	Tue Sep 28 16:18:32 2021 +0000
+++ b/samtools_view.xml	Wed Oct 13 13:11:51 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="samtools_view" name="Samtools view" version="@TOOL_VERSION@" profile="@PROFILE@">
+<tool id="samtools_view" name="Samtools view" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
     <description>- reformat, filter, or subsample SAM, BAM or CRAM</description>
     <macros>
         <import>macros.xml</import>
@@ -313,7 +313,7 @@
                     </param>
                     <param  argument="--tag" type="text" optional="true" label="Filter by tag" help="Only include reads with tag STR1 and associated value STR2. Write in the format STR1:STR2 (see help for more details)." />
                     <!-- TODO implement -D -->
-                    <param argument="--qname-file" format="text" optional="true" type="data" label="Filter by readnames" help="Only output alignments with readnames that are listed in this file." />
+                    <param argument="--qname-file" format="txt" optional="true" type="data" label="Filter by readnames" help="Only output alignments with readnames that are listed in this file." />
                 </section>
                 <section name="subsample_config" title="Configure subsampling" expanded="false">
                     <conditional name="subsampling_mode">