diff rapsodyn/MergeLogFiles.xml @ 10:0a6c1cfe4dc8 draft

Uploaded
author mcharles
date Mon, 19 Jan 2015 04:33:21 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rapsodyn/MergeLogFiles.xml	Mon Jan 19 04:33:21 2015 -0500
@@ -0,0 +1,18 @@
+<tool id="MergeLogFiles" name="MergeLogFiles" version="1.00">
+<description>Merge multiple log files</description>
+<command interpreter="perl">
+	MergeLogFiles.pl -input_log_files $input_log_files > $output_file 
+</command>
+<inputs>
+	<param name="input_log_files"  type="data" format="txt" multiple="true" label="Select suitable LOG files from your history"/>
+</inputs>
+<outputs>
+	<data name="output_file" format="txt" label="MERGE LOG on ${on_string}" />
+</outputs>
+
+<help>
+
+
+
+</help>
+</tool>