Previous changeset 6:13a99f96d6cc (2020-04-23) Next changeset 8:1c65ddbaeefa (2020-10-05) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kc-align commit 3acc1d1d3f8a331b67dc144febacdfe2dacbdea3" |
modified:
kc-align.xml |
b |
diff -r 13a99f96d6cc -r 8dc7708c3266 kc-align.xml --- a/kc-align.xml Thu Apr 23 18:39:06 2020 -0400 +++ b/kc-align.xml Thu May 14 11:44:15 2020 -0400 |
[ |
@@ -1,6 +1,6 @@ -<tool id="kc-align" name="Kc-Align" version="0.1.7" python_template_version="3.5"> +<tool id="kc-align" name="Kc-Align" version="0.2" python_template_version="3.5"> <requirements> - <requirement type="package" version="0.5.16">kcalign</requirement> + <requirement type="package" version="0.6.1">kcalign</requirement> </requirements> <command detect_errors="exit_code"> <![CDATA[ @@ -13,6 +13,7 @@ --end $position.end #end if $compress + --parallel ]]></command> <inputs> <param name="reference" type="data" format="fasta" label="Reference Sequence" help="Single FASTA reference sequence to be aligned" /> |