changeset 5:d316d1155e08 draft

Uploaded
author sem4j
date Wed, 25 Sep 2013 02:45:30 -0400
parents cae968c828b8
children b95b42b785cb
files editheader.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/editheader.xml	Wed Sep 25 02:45:30 2013 -0400
@@ -0,0 +1,19 @@
+<tool id="editheader" name="Edit Header" version="0.2">
+  <description></description>
+    <command interpreter="sh">
+      editheader.sh "$header" $input_file $output_file $delete_flg
+    </command>
+  <inputs>
+    <param name="input_file" type="data" format="tabular" label="File (tabular)"/>
+    <param name="header" type="text" size='120' value="" label="insert header"> 
+      <sanitizer sanitize="False"/>
+    </param>
+    <param name="delete_flg" type="boolean" truevalue="1" falsevalue="0" checked="False" label="Check to replace the first row of the original file." />
+ </inputs>
+  <outputs>
+    <data name="output_file" type="data" format="tabular" label="${tool.name} on ${on_string}"/>
+  </outputs>
+  <help>
+**What it does**
+  </help>
+</tool>