Previous changeset 10:350bbc5c2ffd (2021-09-28) Next changeset 12:c370440f901e (2021-11-27) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_view commit 1d2666cfe206ef538fd811dbccaec2e8f3c6f7f0" |
modified:
samtools_view.xml |
b |
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 |
b |
@@ -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"> |