Mercurial > repos > iuc > ncbi_eutils_egquery
comparison egquery.xml @ 1:b4018986e21a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 2d92a2be8d8725e76a32600e332dfb67cc0db10b
| author | iuc |
|---|---|
| date | Mon, 02 Nov 2015 12:59:41 -0500 |
| parents | 22fed2340d2b |
| children | 20a86bfb54eb |
comparison
equal
deleted
inserted
replaced
| 0:22fed2340d2b | 1:b4018986e21a |
|---|---|
| 3 <description>Provides the number of records retrieved in all Entrez databases by a single text query.</description> | 3 <description>Provides the number of records retrieved in all Entrez databases by a single text query.</description> |
| 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"/> | |
| 9 <version_command>python egquery.py --version</version_command> | 8 <version_command>python egquery.py --version</version_command> |
| 10 <command interpreter="python"><![CDATA[egquery.py | 9 <command detect_errors="aggressive" interpreter="python"><![CDATA[egquery.py |
| 11 "$term" | 10 "$term" |
| 12 | 11 |
| 13 @EMAIL_ARGUMENTS@ | 12 @EMAIL_ARGUMENTS@ |
| 14 > $default]]></command> | 13 > $default]]></command> |
| 15 <inputs> | 14 <inputs> |
| 31 </expand> | 30 </expand> |
| 32 </outputs> | 31 </outputs> |
| 33 <tests> | 32 <tests> |
| 34 <test> | 33 <test> |
| 35 <param name="term" value="bacteriophage"/> | 34 <param name="term" value="bacteriophage"/> |
| 36 <output name="default" file="egquery.1.xml" compare="sim_size"/> | 35 <output name="default" file="egquery.1.xml" compare="contains"/> |
| 37 </test> | 36 </test> |
| 38 </tests> | 37 </tests> |
| 39 <help><