Mercurial > repos > fubar > mashmap
view tacrev/tacrev.xml @ 1:0183cad9d13b draft
planemo upload
author | fubar |
---|---|
date | Thu, 22 Feb 2024 10:48:01 +0000 |
parents | |
children |
line wrap: on
line source
<tool name="tacrev" id="tacrev" version="0.01" profile="22.05"> <!--Source in git at: https://github.com/fubar2/galaxy_tf_overlay--> <!--Created by toolfactory@galaxy.org at 05/02/2024 14:13:16 using the Galaxy Tool Factory.--> <description></description> <requirements/> <version_command><![CDATA[echo "0.01"]]></version_command> <command><![CDATA[bash '$runme' < $Input_text_file_to_be_reversed > $tacrev_reversed_output]]></command> <configfiles> <configfile name="runme"><![CDATA[#raw tac | rev #end raw]]></configfile> </configfiles> <inputs> <param name="Input_text_file_to_be_reversed" type="data" optional="false" label="Input text file to be reversed" help="" format="txt" multiple="false"/> </inputs> <outputs> <data name="tacrev_reversed_output" format="txt" hidden="false"/> </outputs> <tests> <test> <param name="Input_text_file_to_be_reversed" value="Input_text_file_to_be_reversed_sample"/> <output name="tacrev_reversed_output" value="tacrev_reversed_output_sample"/> </test> </tests> <help><![CDATA[ **What it Does** ]]></help> <citations> <citation type="doi">10.1093/bioinformatics/bts573</citation> </citations> </tool>