Mercurial > repos > gga > tripal_organism_get_organisms
changeset 4:0285d79f211e draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
author | gga |
---|---|
date | Mon, 25 Feb 2019 06:27:55 -0500 |
parents | 13ce6841218c |
children | 8f6e896ac034 |
files | macros.xml organism_get_organisms.xml |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon Aug 06 04:45:08 2018 -0400 +++ b/macros.xml Mon Feb 25 06:27:55 2019 -0500 @@ -2,7 +2,7 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="3.0">python-tripal</requirement> + <requirement type="package" version="3.2">python-tripal</requirement> <yield/> </requirements> </xml> @@ -15,7 +15,7 @@ </stdio> </xml> - <token name="@WRAPPER_VERSION@">3.0</token> + <token name="@WRAPPER_VERSION@">3.2</token> <xml name="citation"> <citations>
--- a/organism_get_organisms.xml Mon Aug 06 04:45:08 2018 -0400 +++ b/organism_get_organisms.xml Mon Feb 25 06:27:55 2019 -0500 @@ -36,12 +36,12 @@ | jq -S . > $results ]]></command> <inputs> - <param name="organism_id" label="Organism Id" argument="organism_id" type="text" optional="true" help="An organism ID" /> - <param name="genus" label="Genus" argument="genus" type="text" optional="true" help="The genus of the organism" /> - <param name="species" label="Species" argument="species" type="text" optional="true" help="The species of the organism" /> - <param name="common" label="Common" argument="common" type="text" optional="true" help="The common name of the organism" /> - <param name="abbr" label="Abbr" argument="abbr" type="text" optional="true" help="The abbreviation of the organism" /> - <param name="comment" label="Comment" argument="comment" type="text" optional="true" help="A comment / description" /> + <param name="organism_id" label="Organism Id" argument="organism_id" type="text" optional="true" help="An organism ID" /> + <param name="genus" label="Genus" argument="genus" type="text" optional="true" help="The genus of the organism" /> + <param name="species" label="Species" argument="species" type="text" optional="true" help="The species of the organism" /> + <param name="common" label="Common" argument="common" type="text" optional="true" help="The common name of the organism" /> + <param name="abbr" label="Abbr" argument="abbr" type="text" optional="true" help="The abbreviation of the organism" /> + <param name="comment" label="Comment" argument="comment" type="text" optional="true" help="A comment / description" /> </inputs> <outputs> <data format="json" name="results" label="Tripal organisms" />