comparison collection_column_join.xml @ 5:3ddd99c7efee draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_column_join commit 485fa52d23ca015fc2d5e03791849469ce73ef50"
author iuc
date Wed, 28 Jul 2021 19:45:43 +0000
parents 071084070619
children
comparison
equal deleted inserted replaced
4:071084070619 5:3ddd99c7efee
1 <tool id="collection_column_join" name="Column Join" version="0.0.3"> 1 <tool id="collection_column_join" name="Column join" version="0.0.3">
2 <description>on Collections</description> 2 <description>on multiple datasets</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="8.25">coreutils</requirement> 4 <requirement type="package" version="8.25">coreutils</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
7 #if 'output_shell_script' in str( $include_outputs ).split( "," ): 7 #if 'output_shell_script' in str( $include_outputs ).split( "," ):
57 <param name="input_tabular" type="data" format="tabular" multiple="True" optional="False" label="Tabular files"/> 57 <param name="input_tabular" type="data" format="tabular" multiple="True" optional="False" label="Tabular files"/>
58 <!-- <param name="identifier_column" type="data_column" data_ref="input_tabular" value="0" min="0" optional="False" label="Identifier column"/> --> 58 <!-- <param name="identifier_column" type="data_column" data_ref="input_tabular" value="0" min="0" optional="False" label="Identifier column"/> -->
59 <param name="identifier_column" type="integer" value="1" min="0" optional="False" label="Identifier column" help="The column that will be used to join the input datasets"/> 59 <param name="identifier_column" type="integer" value="1" min="0" optional="False" label="Identifier column" help="The column that will be used to join the input datasets"/>
60 <param name="has_header" type="integer" value="0" min="0" optional="False" label="Number of header lines in each input file" help="If this is set to 0, a header line will be added containing column names as follows: the identifier column will be named #KEY and the other columns are named by the input dataset names/columns. If you have one or more header lines in your input, set this to the number of header lines."/> 60 <param name="has_header" type="integer" value="0" min="0" optional="False" label="Number of header lines in each input file" help="If this is set to 0, a header line will be added containing column names as follows: the identifier column will be named #KEY and the other columns are named by the input dataset names/columns. If you have one or more header lines in your input, set this to the number of header lines."/>
61 <param name="old_col_in_header" type="boolean" checked="true" label="Add column name to header" help="Disable if you want column headers to only be composed of the input file names, for example, if you want headers like file1 and not file1_column1, see Help section below. Default: Yes"/> 61 <param name="old_col_in_header" type="boolean" checked="true" label="Add column name to header" help="Disable if you want column headers to only be composed of the input file names, for example, if you want headers like file1 and not file1_column1, see Help section below. Default: Yes"/>
62 <param name="fill_char" type="text" value="." optional="False" label="Fill character"/> 62 <param name="fill_char" type="text" value="." optional="False" label="Fill character" help="a placeholder for empty cells"/>
63 <param name="include_outputs" type="select" multiple="True" label="Additional datasets to create"> 63 <param name="include_outputs" type="select" multiple="True" label="Additional datasets to create">
64 <option value="output_shell_script" selected="false">Shell script</option> 64 <option value="output_shell_script" selected="false">Shell script</option>
65 </param> 65 </param>
66 </inputs> 66 </inputs>
67 <outputs> 67 <outputs>