Mercurial > repos > iuc > kc_align
diff kc-align.xml @ 2:585a32c6ac88 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 14:00:19 +0000 |
| parents | a98a0137c1e7 |
| children | 839c756a6950 |
line wrap: on
line diff
--- a/kc-align.xml Fri Mar 27 18:59:48 2020 +0000 +++ b/kc-align.xml Mon Mar 30 14:00:19 2020 +0000 @@ -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" />
