comparison seqtk_subseq.xml @ 9:4b494533146a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 2f75805e2e6cfa2af15076e6f4929b87631360a6
author iuc
date Sat, 09 Dec 2023 11:14:21 +0000
parents 3da72230c066
children
comparison
equal deleted inserted replaced
8:3da72230c066 9:4b494533146a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="seqtk_subseq" name="seqtk_subseq" version="@TOOL_VERSION@.1"> 2 <tool id="seqtk_subseq" name="seqtk_subseq" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
3 <description>extract subsequences from FASTA/Q files</description> 3 <description>extract subsequences from FASTA/Q files</description>
4 <expand macro="bio_tools"/>
5 <macros> 4 <macros>
6 <import>macros.xml</import> 5 <import>macros.xml</import>
7 <requirement type="package" version="@AWK_VERSION@">gawk</requirement> 6 <requirement type="package" version="@AWK_VERSION@">gawk</requirement>
8 </macros> 7 </macros>
8 <expand macro="bio_tools"/>
9 <expand macro="requirements"/> 9 <expand macro="requirements"/>
10 <expand macro="stdio"/> 10 <expand macro="stdio"/>
11 <command><![CDATA[ 11 <command><![CDATA[
12 seqtk subseq 12 seqtk subseq
13 $t 13 $t
39 </conditional> 39 </conditional>
40 <param argument="-t" type="boolean" truevalue="-t" falsevalue="" label="TAB delimited output" /> 40 <param argument="-t" type="boolean" truevalue="-t" falsevalue="" label="TAB delimited output" />
41 <param argument="-l" type="integer" value="0" label="Sequence line length" /> 41 <param argument="-l" type="integer" value="0" label="Sequence line length" />
42 </inputs> 42 </inputs>
43 <outputs> 43 <outputs>
44 <data name="default" format_source="in_file" label="Selected sequences from $in_file.name"> 44 <data name="default" format_source="in_file" label="${tool.name} on ${on_string}: Selected sequences">
45 <change_format> 45 <change_format>
46 <when input="t" value="-t" format="tabular"/> 46 <when input="t" value="-t" format="tabular"/>
47 </change_format> 47 </change_format>
48 </data> 48 </data>
49 </outputs> 49 </outputs>