Mercurial > repos > bgruening > text_processing
comparison multijoin.xml @ 12:062ed2bb4f2e draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit f8896018f5b980a456c4ceaffe0ed457dc80b5a8
| author | bgruening |
|---|---|
| date | Thu, 02 Jun 2016 08:58:39 -0400 |
| parents | c78b1767db2b |
| children | 3c685c4106b3 |
comparison
equal
deleted
inserted
replaced
| 11:e6d48dc4e6ba | 12:062ed2bb4f2e |
|---|---|
| 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" lines_diff="2" /> |
| 58 </test> | 58 </test> |
| 59 </tests> | 59 </tests> |
| 60 <help> | 60 <help> |
| 61 <