comparison tacrev/tacrev.xml @ 1:0183cad9d13b draft

planemo upload
author fubar
date Thu, 22 Feb 2024 10:48:01 +0000
parents
children
comparison
equal deleted inserted replaced
0:2beaae16651e 1:0183cad9d13b
1 <tool name="tacrev" id="tacrev" version="0.01" profile="22.05">
2 <!--Source in git at: https://github.com/fubar2/galaxy_tf_overlay-->
3 <!--Created by toolfactory@galaxy.org at 05/02/2024 14:13:16 using the Galaxy Tool Factory.-->
4 <description></description>
5 <requirements/>
6 <version_command><![CDATA[echo "0.01"]]></version_command>
7 <command><![CDATA[bash
8 '$runme'
9 <
10 $Input_text_file_to_be_reversed
11 >
12 $tacrev_reversed_output]]></command>
13 <configfiles>
14 <configfile name="runme"><![CDATA[#raw
15 tac | rev
16 #end raw]]></configfile>
17 </configfiles>
18 <inputs>
19 <param name="Input_text_file_to_be_reversed" type="data" optional="false" label="Input text file to be reversed" help="" format="txt" multiple="false"/>
20 </inputs>
21 <outputs>
22 <data name="tacrev_reversed_output" format="txt" hidden="false"/>
23 </outputs>
24 <tests>
25 <test>
26 <param name="Input_text_file_to_be_reversed" value="Input_text_file_to_be_reversed_sample"/>
27 <output name="tacrev_reversed_output" value="tacrev_reversed_output_sample"/>
28 </test>
29 </tests>
30 <help><![CDATA[
31 **What it Does**
32 ]]></help>
33 <citations>
34 <citation type="doi">10.1093/bioinformatics/bts573</citation>
35 </citations>
36 </tool>
37