Mercurial > repos > iuc > progressivemauve
changeset 4:9e6dc9be20e9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/progressivemauve commit cd6b7a00328235f15dbceaeec8f6549a23dd215e
author | iuc |
---|---|
date | Thu, 28 May 2015 22:49:44 -0400 |
parents | 20fd58742f90 |
children | f60ec58c35ff |
files | progressivemauve.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/progressivemauve.xml Mon May 25 23:01:44 2015 -0400 +++ b/progressivemauve.xml Thu May 28 22:49:44 2015 -0400 @@ -113,7 +113,7 @@ <param type="integer" label="Seed weight" name="seed_weight" value="0" optional="True" help="Use the specified seed weight for calculating initial anchors (--seed-weight)" /> - <param type="data" format="tabular" label="Match Input" name="match_input" + <param type="data" format="tabular" label="Match Input" name="match_input" optional="True" help="Use specified match file instead of searching for matches (--match-input)" /> <!--<param type="file" label="input-id-matrix" help="An identity matrix describing similarity among all pairs of input sequences/alignments (- -input-id-matrix)" />--> @@ -185,15 +185,15 @@ help="Disable recursive anchor search (--no-recursion)" /> </inputs> <outputs> - <data format="xmfa" name="output"> + <data format="xmfa" name="output" label="${tool.name} alignment of ${on_string}"> <change_format> <when input="mums" value="--mums" format="tabular" /> </change_format> </data> - <data format="nhx" name="output_guide_tree_file"> + <data format="nhx" name="output_guide_tree_file" label="${tool.name} alignment of ${on_string}: Guide tree"> <when>output_guide_tree</when> </data> - <data format="tabular" name="output_backbone_file"> + <data format="tabular" name="output_backbone_file" label="${tool.name} alignment of ${on_string}: Backbone"> <when>output_backbone</when> </data> </outputs>