Mercurial > repos > iuc > ncbi_eutils_esearch
diff esearch.xml @ 2:0ea34f262410 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit f56e206fa509324440dcbe0c2a0f330b9d6cb55c-dirty
| author | iuc |
|---|---|
| date | Thu, 07 Apr 2016 17:38:52 -0400 |
| parents | 6d1aba0b33e1 |
| children | 49b8084df3ce |
line wrap: on
line diff
--- a/esearch.xml Mon Nov 02 12:59:56 2015 -0500 +++ b/esearch.xml Thu Apr 07 17:38:52 2016 -0400 @@ -67,7 +67,11 @@ </conditional> </inputs> <outputs> - <data format="json" name="default" label="ESearch Results for $term"/> + <data format="json" name="default" label="ESearch Results for $term"> + <change_format> + <when input="use_history" value="" format="xml"/> + </change_format> + </data> <expand macro="history_out"> <filter>use_history</filter> </expand>
