diff kc-align.xml @ 2:20bef04b5272 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 03afe9e2a97f86f13041214639112a80e9765a71"
author iuc
date Mon, 30 Mar 2020 10:01:40 -0400
parents 60ed1c94f584
children 0243407479f1
line wrap: on
line diff
--- a/kc-align.xml	Fri Mar 27 15:00:09 2020 -0400
+++ b/kc-align.xml	Mon Mar 30 10:01:40 2020 -0400
@@ -1,6 +1,6 @@
-<tool id="kc-align" name="Kc-Align" version="0.1.2" python_template_version="3.5">
+<tool id="kc-align" name="Kc-Align" version="0.1.3" python_template_version="3.5">
     <requirements>
-        <requirement type="package" version="0.5.8">kcalign</requirement>
+        <requirement type="package" version="0.5.9">kcalign</requirement>
         <requirement type="package" version="3.2.2">kalign3</requirement>
     </requirements>
     <command detect_errors="exit_code">
@@ -13,6 +13,7 @@
                 --start $position.start
                 --end $position.end
             #end if
+            $compress
     ]]></command>
     <inputs>
         <param name="reference" type="data" format="fasta" label="Reference Sequence" help="Single FASTA reference sequence to be aligned" />
@@ -33,6 +34,7 @@
             <when value="mixed" >
             </when>
         </conditional>
+        <param name="compress" type="boolean" truevalue="--compress" falsevalue="" label="Compress" help="Compress identical sequences" />
     </inputs>
     <outputs>
         <data name="fasta" format="fasta" from_work_dir="codon_align.fasta" label="${outname}.fasta" />