Mercurial > repos > iuc > xpath
comparison xpath.xml @ 6:3619c6fb132d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit c9d0e222bf9ec49f5a58a2d7f9990310933d71e9
| author | iuc |
|---|---|
| date | Sat, 25 Jun 2016 17:12:28 -0400 |
| parents | b88fc7f8ca73 |
| children | a890cac292f3 |
comparison
equal
deleted
inserted
replaced
| 5:b88fc7f8ca73 | 6:3619c6fb132d |
|---|---|
| 4 <macros> | 4 <macros> |
| 5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
| 8 <expand macro="stdio"/> | 8 <expand macro="stdio"/> |
| 9 <command interpreter="bash"><![CDATA[xpath | 9 <command><![CDATA[perl $__tool_directory__/xpath -q -e '$expression' $input > $output]]></command> |
| 10 -q | |
| 11 -e '$expression' $input > $output | |
| 12 ]]></command> | |
| 13 <inputs> | 10 <inputs> |
| 14 <param name="input" type="data" format="xml" label="Input XML data"/> | 11 <param name="input" type="data" format="xml" label="Input XML data"/> |
| 15 <param name="expression" type="text" label="XPath Query"> | 12 <param name="expression" type="text" label="XPath Query"> |
| 16 <sanitizer> | 13 <sanitizer> |
| 17 <valid> | 14 <valid> |
