Mercurial > repos > mcharles > rapsosnp
annotate rapsodyn/MergeLogFiles.xml @ 11:0c2743f66e4f draft
Uploaded
| author | mcharles |
|---|---|
| date | Mon, 19 Jan 2015 04:42:08 -0500 |
| parents | 0a6c1cfe4dc8 |
| children |
| rev | line source |
|---|---|
| 10 | 1 <tool id="MergeLogFiles" name="MergeLogFiles" version="1.00"> |
| 2 <description>Merge multiple log files</description> | |
| 3 <command interpreter="perl"> | |
| 4 MergeLogFiles.pl -input_log_files $input_log_files > $output_file | |
| 5 </command> | |
| 6 <inputs> | |
| 7 <param name="input_log_files" type="data" format="txt" multiple="true" label="Select suitable LOG files from your history"/> | |
| 8 </inputs> | |
| 9 <outputs> | |
| 10 <data name="output_file" format="txt" label="MERGE LOG on ${on_string}" /> | |
| 11 </outputs> | |
| 12 | |
| 13 <help> | |
| 14 | |
| 15 | |
| 16 | |
| 17 </help> | |
| 18 </tool> |
