diff hyphy_conv.xml @ 2:f6e7b5955712 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
author iuc
date Tue, 27 Apr 2021 18:02:47 +0000
parents c1d24ff838c8
children 079ea2eb9ae4
line wrap: on
line diff
--- a/hyphy_conv.xml	Tue Apr 20 19:55:16 2021 +0000
+++ b/hyphy_conv.xml	Tue Apr 27 18:02:47 2021 +0000
@@ -12,19 +12,14 @@
             '$deletions'
             conv_input.fa
             aa.nex
-            > ./conv.log
         @ERRORS@
     ]]></command>
     <inputs>
         <param name="input_file" type="data" format="fasta" label="Input codon alignment"/>
-        <param name="save_log" type="boolean" truevalue="Yes" falsevalue="No" checked="false" label="Save the conversion log to your history" />
         <expand macro="gencode"/>
         <param name="deletions" type="boolean" truevalue="Keep Deletions" falsevalue="Skip Deletions" label="Keep deletions" help="If this is checked, deletions will be left in the output file"/>
     </inputs>
     <outputs>
-        <data name="conv_log" format="txt" from_work_dir="conv.log">
-            <filter>save_log</filter>
-        </data>
         <data name="proteins" format="nex" from_work_dir="aa.nex" />
     </outputs>
     <tests>