comparison add_col_header.xml @ 2:ff2acdb98a74 draft default tip

Uploaded
author estrain
date Tue, 30 Oct 2018 16:52:31 -0400
parents 6af9cdb15e59
children
comparison
equal deleted inserted replaced
1:6af9cdb15e59 2:ff2acdb98a74
1 <tool id="add_column_headers" name="Add Header" version="0.1.2"> 1 <tool id="add_column_headers" name="Add Header" version="0.1.3">
2 <description>Add header row with column names to tabular data</description> 2 <description>Add header row with column names to tabular data</description>
3 <requirements> 3 <requirements>
4 </requirements> 4 </requirements>
5 <command detect_errors="exit_code"><![CDATA[ 5 <command detect_errors="exit_code"><![CDATA[
6 6
15 <outputs> 15 <outputs>
16 <data format="tabular" name="Data Table" label="${tool.name} on ${on_string}" from_work_dir="*.tab"/> 16 <data format="tabular" name="Data Table" label="${tool.name} on ${on_string}" from_work_dir="*.tab"/>
17 </outputs> 17 </outputs>
18 18
19 <help><![CDATA[ 19 <help><![CDATA[
20 20 Insert a list of column headers (comma-delimited) as the first row of a data table.
21 ]]></help> 21 ]]></help>
22 <citations> 22 <citations>
23 </citations> 23 </citations>
24 </tool> 24 </tool>