Mercurial > repos > ebi-gxa > scpred_train_model
diff scpred_train_model.xml @ 4:4499b88c619b 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 13:46:04 +0000 |
| parents | 838396b45e68 |
| children | 34021d3dd1d0 |
line wrap: on
line diff
--- a/scpred_train_model.xml Tue Apr 28 15:22:55 2020 +0000 +++ b/scpred_train_model.xml Fri May 01 13:46:04 2020 +0000 @@ -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>
