Mercurial > repos > ebi-gxa > scanpy_parameter_iterator
changeset 16:ae4debc68f4a draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 1fc1a5ce4636be4672c65e1765012af3b71d2d13-dirty"
author | ebi-gxa |
---|---|
date | Tue, 20 Oct 2020 17:13:16 +0000 |
parents | fb354a78d4ae |
children | 4bb2ca8e2bd3 |
files | scanpy-parameter-iterator.xml |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/scanpy-parameter-iterator.xml Fri Sep 11 11:04:24 2020 +0000 +++ b/scanpy-parameter-iterator.xml Tue Oct 20 17:13:16 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="scanpy_parameter_iterator" name="Scanpy ParameterIterator" version="0.0.1+galaxy2"> +<tool id="scanpy_parameter_iterator" name="Scanpy ParameterIterator" version="0.0.1+galaxy3"> <description>produce an iteration over a defined parameter</description> <macros> <import>scanpy_macros.xml</import> @@ -20,11 +20,7 @@ ]]></command> <inputs> - <param type="select" name="parameter_name" label="Parameter name" help="Select a type of parameter"> - <option value="perplexity" selected="True">Perplexity</option> - <option value="resolution">Resolution</option> - <option value="n_neighbors">Number of neighbors</option> - </param> + <param type="text" name="parameter_name" value='perplexity' label="Parameter type" help="This is a value that will be prefixed to output file names" /> <conditional name="input_type"> <param type="select" name="parameter_values" label="Choose the format of the input values" help="step increase values or list of all the parameter values"> <option value="list_comma_separated_values" selected="True">List of all parameter values to be iterated</option>