Mercurial > repos > iuc > xpath
annotate macros.xml @ 1:1ba5c66e39c9 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:39 -0400 |
parents | 7e01c6a6dbed |
children |
rev | line source |
---|---|
0
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
2 <macros> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
3 <xml name="requirements"> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
4 <requirements> |
1
1ba5c66e39c9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit c9d0e222bf9ec49f5a58a2d7f9990310933d71e9
iuc
parents:
0
diff
changeset
|
5 <requirement type="package" version="1.33">perl-xml-xpath</requirement> |
0
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
6 <yield/> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
7 </requirements> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
8 </xml> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
9 <token name="@WRAPPER_VERSION@">1.0</token> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
10 <xml name="stdio"> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
11 <stdio> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
12 <exit_code range="1:"/> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
13 <exit_code range=":-1"/> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
14 <regex match="Error:"/> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
15 <regex match="Exception:"/> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
16 </stdio> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
17 </xml> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
18 <token name="@ATTRIBUTION@"><![CDATA[ |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
19 **Attribution** |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
20 |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
21 This Galaxy tool relies on the ``xpath`` tool provided in `libxml-xpath-perl` |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
22 by the Debian Maintainers. |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
23 ]]> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
24 </token> |
7e01c6a6dbed
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/xpath commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
iuc
parents:
diff
changeset
|
25 </macros> |