diff graphprot_train_predict.xml @ 5:58ebf089377e draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit 902e994cb04db968ce797afa676f5fa6512ab6d3
author bgruening
date Tue, 06 Aug 2024 14:54:58 +0000
parents 4cebb3439e1a
children
line wrap: on
line diff
--- a/graphprot_train_predict.xml	Thu Jan 28 15:05:38 2021 +0000
+++ b/graphprot_train_predict.xml	Tue Aug 06 14:54:58 2024 +0000
@@ -1,9 +1,8 @@
-<tool id="graphprot_predict_profile" name="GraphProt" version="1.1.7+galaxy1">
+<tool id="graphprot_predict_profile" name="GraphProt" version="1.1.7+galaxy2" profile="23.1">
     <description>- Train models and predict RBP binding profiles</description>
     <requirements>
         <requirement type="package" version="1.1.7">graphprot</requirement>
     </requirements>
-
     <command detect_errors="exit_code"><![CDATA[
         #if $action_type.action_type_selector == 'train':
             python '$__tool_directory__/graphprot_train_wrapper.py'
@@ -20,6 +19,7 @@
                 $action_type.training_options.disable_cv
                 $action_type.training_options.disable_motifs
                 --min-train $action_type.training_options.min_train
+                --gp-output
 
         #elif $action_type.action_type_selector == 'predict':
             python '$__tool_directory__/graphprot_predict_wrapper.py'
@@ -35,6 +35,7 @@
                 --ap-extlr $action_type.prediction_options.ap_extlr
                 $action_type.prediction_options.conf_out
                 $action_type.prediction_options.ws_pred_out
+                --gp-output
         #end if