comparison fasta_tabular_converter.xml @ 3:36388b666bfc draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_fasta_tabular_converter commit b6de14061c479f0418cd89e26d6f5ac26e565a07
author drosofff
date Wed, 09 Nov 2016 11:24:13 -0500
parents 2f7278120be9
children
comparison
equal deleted inserted replaced
2:330dd8a8c31a 3:36388b666bfc
1 <tool id="fasta_tabular_converter" name="fasta - tabular" version="1.1.0"> 1 <tool id="fasta_tabular_converter" name="fasta - tabular" version="1.1.0">
2 <description>conversions</description> 2 <description>conversions</description>
3 <command interpreter="python">fasta_tabular_converter.py 3 <command><![CDATA[
4 --input $input 4 python '$__tool_directory__'/fasta_tabular_converter.py
5 --output $output 5 --input '$input'
6 --type $switch.conversionType 6 --output '$output'
7 </command> 7 --type $switch.conversionType
8 ]]></command>
8 <inputs> 9 <inputs>
9 <conditional name="switch"> 10 <conditional name="switch">
10 <param name="conversionType" type="select" label="conversion option"> 11 <param name="conversionType" type="select" label="conversion option">
11 <option value="fasta2tabular" selected="true">fasta to tabular</option> 12 <option value="fasta2tabular" selected="true">fasta to tabular</option>
12 <option value="tabular2fasta">tabular to fasta</option> 13 <option value="tabular2fasta">tabular to fasta</option>