changeset 3:1bc003e80986 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:13:20 -0400
parents 051f5801c819
children fd06ab29487f
files scpred_predict.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scpred_predict.xml	Wed Apr 29 12:42:24 2020 -0400
+++ b/scpred_predict.xml	Fri May 01 10:13:20 2020 -0400
@@ -1,4 +1,4 @@
-<tool id="scpred_predict_labels" name="Scpred predict" version="@TOOL_VERSION@+galaxy1">
+<tool id="scpred_predict_labels" name="Scpred predict" version="@TOOL_VERSION@+galaxy2">
     <description>Make cell type predictions using trained model.</description>
      <macros>
         <import>scpred_macros.xml</import>
@@ -24,8 +24,8 @@
     <inputs>
         <param type="data" name="input_object" label="Input SCE object" format="rdata" help="Input SCE object in .rds format" />
         <param type="data" name="pred_data" label="Matrix with query data" format="rdata" help="Path to the input prediction matrix in .rds format"/>
-        <param type="data" name="test_labels" format="txt" label="Test labels" help="Path to the test labels file for evalutation of model performance in text format" />
-        <param type="text" name="cell_types_column" value="cell_type2" label="Cell types column name" help="Column name of true labels in provided metadata file" />
+        <param type="data" name="test_labels" optional="true" format="txt" label="Test labels" help="Path to the test labels file for evalutation of model performance in text format" />
+        <param type="text" name="cell_types_column" value="cell_type2" optional="true" label="Cell types column name" help="Column name of true labels in provided metadata file" />
     </inputs>
     <outputs>
         <data name="output_tbl_path" format="txt" />