comparison twobittofa.xml @ 3:8067dfa00ed2 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/twobittofa commit e021ee7a5b682d6f513ca053138acf9bb5d2b4b2"
author iuc
date Wed, 02 Feb 2022 13:56:20 +0000
parents 356dc923f8d3
children 3c6f9e8a4c17
comparison
equal deleted inserted replaced
2:356dc923f8d3 3:8067dfa00ed2
1 <tool id="ucsc-twobittofa" name="twoBitToFa" version="@WRAPPER_VERSION@"> 1 <tool id="ucsc-twobittofa" name="twoBitToFa" version="@TOOL_VERSION@">
2 <description>Convert all or part of .2bit file to FASTA</description> 2 <description>Convert all or part of .2bit file to FASTA</description>
3 <xrefs>
4 <xref type="bio.tools">UCSC_Genome_Browser_Utilities</xref>
5 </xrefs>
3 <macros> 6 <macros>
4 <token name="@WRAPPER_VERSION@">357</token> 7 <token name="@TOOL_VERSION@">377</token>
5 </macros> 8 </macros>
6 <requirements> 9 <requirements>
7 <requirement type="package" version="@WRAPPER_VERSION@">ucsc-twobittofa</requirement> 10 <requirement type="package" version="@TOOL_VERSION@">ucsc-twobittofa</requirement>
8 </requirements> 11 </requirements>
9 <version_command><![CDATA[ echo "@WRAPPER_VERSION@" ]]></version_command> 12 <version_command><![CDATA[ echo "@TOOL_VERSION@" ]]></version_command>
10 <command><![CDATA[ 13 <command><![CDATA[
11 twoBitToFa 14 twoBitToFa
12 '$twobit_input' 15 '$twobit_input'
13 '$fasta_output' 16 '$fasta_output'
14 17