Mercurial > repos > ebi-gxa > scpred_train_model
changeset 3:ba53e46a4275 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 2f718294665c9d01702ad765904972f463154cd6"
author | ebi-gxa |
---|---|
date | Fri, 01 May 2020 10:14:08 -0400 |
parents | 46c2b1454118 |
children | 03d1ed93e523 |
files | scpred_train_model.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scpred_train_model.xml Tue Apr 28 12:39:39 2020 -0400 +++ b/scpred_train_model.xml Fri May 01 10:14:08 2020 -0400 @@ -1,4 +1,4 @@ -<tool id="scpred_train_model" name="Scpred train" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> +<tool id="scpred_train_model" name="Scpred train" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> <description>Train classification model</description> <macros> <import>scpred_macros.xml</import> @@ -12,7 +12,7 @@ ]]></command> <inputs> <param type="data" name="input_object" label="Input SCE object" format="rdata" help="Input SCE object in .rds format"/> - <param type="text" name="train_id" label="Dataset ID" help="ID of the training dataset" /> + <param type="text" name="train_id" optional="true" label="Dataset ID" help="ID of the training dataset" /> <param type="text" name="model" label="Model type to train" value="svmRadial" help="Model type used for training. Must be one of the models supported by Caret package. Default: svmRadial" /> </inputs> <outputs>