Mercurial > repos > iuc > obi_convert
comparison obiconvert.xml @ 4:e328ced6cf0a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit dabf62d438facc62f3e606ff4419092fdcdfaa44
author | iuc |
---|---|
date | Wed, 20 Mar 2024 13:15:46 +0000 |
parents | 374fd9feb032 |
children |
comparison
equal
deleted
inserted
replaced
3:374fd9feb032 | 4:e328ced6cf0a |
---|---|
1 <tool id="obi_convert" name="obiconvert" version="@TOOL_VERSION@" profile="@PROFILE@"> | 1 <tool id="obi_convert" name="obiconvert" version="@TOOL_VERSION@" profile="@PROFILE@"> |
2 <description>converts sequence files to different output formats</description> | 2 <description>converts sequence files to different output formats</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="bio_tools"/> | |
6 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
7 <expand macro="stdio"/> | 8 <expand macro="stdio"/> |
8 <command><![CDATA[ | 9 <command><![CDATA[ |
9 @GUNZIP_INPUT@ | 10 @GUNZIP_INPUT@ |
10 | 11 |
26 @GZIP_OUTPUT@ | 27 @GZIP_OUTPUT@ |
27 > '${output}' | 28 > '${output}' |
28 @GENERATE_GALAXY_JSON@ | 29 @GENERATE_GALAXY_JSON@ |
29 ]]></command> | 30 ]]></command> |
30 <inputs> | 31 <inputs> |
31 <param name="input" type="data" format="@INPUT_FORMATS@,txt,tabular" label="Input sequences file" help="database used for the in silico PCR. The database must be in the ecoPCR format (for example output of obiconvert)" /> | 32 <param name="input" type="data" format="@INPUT_FORMATS@,txt,tabular" label="Input sequences file" help="database used for the in silico PCR. The database must be in the ecoPCR format (for example output of obiconvert)"/> |
32 <param name="db" type="data" optional="true" format="txt,tabular" label="ecoPCR taxonomy database" /> | 33 <param name="db" type="data" optional="true" format="txt,tabular" label="ecoPCR taxonomy database"/> |
33 <param name="tax" type="data" optional="true" format="txt,tabular" label="NCBI taxonomy dump repository"/> | 34 <param name="tax" type="data" optional="true" format="txt,tabular" label="NCBI taxonomy dump repository"/> |
34 <expand macro="input_format_options_macro"/> | 35 <expand macro="input_format_options_macro"/> |
35 <expand macro="out_format_macro"/> | 36 <expand macro="out_format_macro"/> |
36 <param name="ecopcrdb" type="boolean" truevalue="--ecopcrdb" falsevalue="" label="Do you want to create an ecoPCR database from sequence records results?" help="Use this option if you want to generate an ecoPCR database output file" /> | 37 <param name="ecopcrdb" type="boolean" truevalue="--ecopcrdb" falsevalue="" label="Do you want to create an ecoPCR database from sequence records results?" help="Use this option if you want to generate an ecoPCR database output file"/> |
37 <param name="uppercase" type="boolean" truevalue="--uppercase" falsevalue="" label="Do you want to print sequences in upper case?" /> | 38 <param name="uppercase" type="boolean" truevalue="--uppercase" falsevalue="" label="Do you want to print sequences in upper case?"/> |
38 </inputs> | 39 </inputs> |
39 <outputs> | 40 <outputs> |
40 <data format="txt" name="ecopcrdb_output" label="${tool.name} on ${on_string}: ecopcrdb"> | 41 <data format="txt" name="ecopcrdb_output" label="${tool.name} on ${on_string}: ecopcrdb"> |
41 <filter>ecopcrdb == True</filter> | 42 <filter>ecopcrdb == True</filter> |
42 </data> | 43 </data> |
43 <data format="auto" name="output"/> | 44 <data format="auto" name="output"/> |
44 </outputs> | 45 </outputs> |
45 <tests> | 46 <tests> |
46 <test> | 47 <test expect_num_outputs="1"> |
47 <param name="input" value="output_obisort.fasta" /> | 48 <param name="input" value="output_obisort.fasta" /> |
48 <param name="options_inputtype" value="--fasta"/> | 49 <param name="options_inputtype" value="--fasta"/> |
49 <param name="options_seqtype" value="--nuc"/> | 50 <param name="options_seqtype" value="--nuc"/> |
50 <param name="out_format" value="fasta"/> | 51 <param name="out_format" value="fasta"/> |
51 <param name="ecopcrdb" value="false"/> | 52 <param name="ecopcrdb" value="false"/> |