Mercurial > repos > bgruening > text_processing
comparison multijoin.xml @ 6:8928e6d1e7ba draft
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 08 Jan 2015 09:07:31 -0500 |
| parents | 3f0e0d4c15a9 |
| children | d64eace4f9f3 |
comparison
equal
deleted
inserted
replaced
| 5:3f0e0d4c15a9 | 6:8928e6d1e7ba |
|---|---|
| 1 <tool id="tp_multijoin'_tool" name="Multi-Join" version="@BASE_VERSION@.0"> | 1 <tool id="tp_multijoin_tool" name="Multi-Join" version="@BASE_VERSION@.0"> |
| 2 <description>(combine multiple files)</description> | 2 <description>(combine multiple files)</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"> | 6 <expand macro="requirements"> |
| 43 </valid> | 43 </valid> |
| 44 </sanitizer> | 44 </sanitizer> |
| 45 </param> | 45 </param> |
| 46 </inputs> | 46 </inputs> |
| 47 <outputs> | 47 <outputs> |
| 48 <data name="outfile" format="first_file" metadata_source="first_file" /> | 48 <data name="outfile" format_source="first_file" metadata_source="first_file" /> |
| 49 </outputs> | 49 </outputs> |
| 50 <tests> | 50 <tests> |
| 51 <test> | 51 <test> |
| 52 <param name="first_file" value="multijoin1.txt" /> | 52 <param name="first_file" value="multijoin1.txt" /> |
| 53 <param name="files" value="multijoin2.txt,multijoin3.txt" /> | 53 <param name="files" value="multijoin2.txt,multijoin3.txt" /> |
| 54 <param name="key_column" value="4" /> | 54 <param name="key_column" value="4" /> |
| 55 <param name="value_columns" value="c7,c8,c9" /> | 55 <param name="value_columns" value="c7,c8,c9" /> |
| 56 <param name="output_header" value="True" /> | 56 <param name="output_header" value="True" /> |
| 57 <output name="outfile" file="multijoin_result1.txt" /> | 57 <output name="outfile" file="multijoin_result1.txt" /> |
| 58 </test> | 58 </test> |
| 59 </tests> | 59 </tests> |
| 60 <help> | 60 <help> |
| 61 <