Mercurial > repos > iuc > vsearch
comparison vsearch_macros.xml @ 3:4258854759ba draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 29f6e6424a37947adbe1eba92f0e7d3c83efc042-dirty
author | iuc |
---|---|
date | Tue, 01 Mar 2016 07:07:03 -0500 |
parents | f29e21388219 |
children | 576963db5f1b |
comparison
equal
deleted
inserted
replaced
2:f29e21388219 | 3:4258854759ba |
---|---|
1 <macros> | 1 <macros> |
2 <xml name="requirements"> | 2 <xml name="requirements"> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.1.3">vsearch</requirement> | 4 <requirement type="package" version="1.9.7">vsearch</requirement> |
5 </requirements> | 5 </requirements> |
6 </xml> | 6 </xml> |
7 <token name="@VERSION@">1.9.7</token> | |
8 | |
7 <xml name="version_command"> | 9 <xml name="version_command"> |
8 <version_command>vsearch --version | head -n 1 | awk '{print $2}' | sed 's/,//'</version_command> | 10 <version_command>vsearch --version | head -n 1 | awk '{print $2}' | sed 's/,//'</version_command> |
9 </xml> | 11 </xml> |
10 <xml name="stdio"> | 12 <xml name="stdio"> |
11 <stdio> | 13 <stdio> |
164 <yield/> | 166 <yield/> |
165 <validator type="no_options" message="Please select at least one output." /> | 167 <validator type="no_options" message="Please select at least one output." /> |
166 </param> | 168 </param> |
167 </xml> | 169 </xml> |
168 | 170 |
169 <token name="@VERSION@">1.1.3</token> | |
170 <token name="@EXTERNAL_DOCUMENTATION@"> | 171 <token name="@EXTERNAL_DOCUMENTATION@"> |
171 <![CDATA[ | 172 <![CDATA[ |
172 | 173 |
173 For details about this tool, please refer to the `github account <https://github.com/torognes/vsearch>`_ or the `vsearch manual <https://github.com/torognes/vsearch/raw/master/doc/vsearch_manual.pdf>`_. | 174 For details about this tool, please refer to the `github account <https://github.com/torognes/vsearch>`_ or the `vsearch manual <https://github.com/torognes/vsearch/raw/master/doc/vsearch_manual.pdf>`_. |
174 | 175 |