diff graphprot_train_predict.xml @ 2:7bbb7bf6304f draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/graphprot commit afbe0da7a518d6fc60ea066917b1e567c8c42391"
author bgruening
date Mon, 27 Jan 2020 18:37:05 -0500
parents 20429f4c1b95
children ddcf35a868b8
line wrap: on
line diff
--- a/graphprot_train_predict.xml	Wed Jan 22 10:14:41 2020 -0500
+++ b/graphprot_train_predict.xml	Mon Jan 27 18:37:05 2020 -0500
@@ -154,7 +154,7 @@
         </data>
 
         <data name="str_motif_out_file" format="txt" from_work_dir="GraphProt.structure_motif" label="${tool.name} on ${on_string}: GraphProt structure motif text file">
-            <filter>action_type["action_type_selector"] == "train" and not action_type["training_options"]["disable_motifs"]</filter>
+            <filter>action_type["action_type_selector"] == "train" and not action_type["training_options"]["disable_motifs"] and action_type["train_str_model"]</filter>
         </data>
 
         <data name="str_motif_png_out_file" format="png" from_work_dir="GraphProt.structure_motif.png" label="${tool.name} on ${on_string}: GraphProt structure motif png file">
@@ -193,7 +193,7 @@
 
     <tests>
 
-        <test expect_num_outputs="5">
+        <test expect_num_outputs="4">
             <param name="action_type_selector" value="train"/>
             <param name="pos_fasta_file" value="test_positives.train.fa" ftype="fasta"/>
             <param name="neg_fasta_file" value="test_negatives.train.fa" ftype="fasta"/>