Previous changeset 2:46c2b1454118 (2020-04-28) Next changeset 4:03d1ed93e523 (2020-06-01) |
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 2f718294665c9d01702ad765904972f463154cd6" |
modified:
scpred_train_model.xml |
b |
diff -r 46c2b1454118 -r ba53e46a4275 scpred_train_model.xml --- 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 |
b |
@@ -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> |