Previous changeset 0:f848a7f97332 (2019-10-31) Next changeset 2:82fb5e3bb93e (2021-04-07) |
Commit message:
"planemo upload commit debdcdbb89f9bf3e2c3eed05cb078eddb27d4684" |
modified:
breseq.xml macros.xml |
b |
diff -r f848a7f97332 -r 85c57cc9b558 breseq.xml --- a/breseq.xml Thu Oct 31 19:40:40 2019 -0400 +++ b/breseq.xml Mon Dec 02 04:51:27 2019 -0500 |
b |
@@ -8,6 +8,7 @@ <requirements> <requirement type="package" version="0.34.0">breseq</requirement> + <requirement type="package" version="1.32">tar</requirement> </requirements> <version_command>breseq --version</version_command> @@ -351,4 +352,4 @@ <citation type="doi">10.1007/978-1-4939-0554-6_12</citation> </citations> -</tool> \ No newline at end of file +</tool> |
b |
diff -r f848a7f97332 -r 85c57cc9b558 macros.xml --- a/macros.xml Thu Oct 31 19:40:40 2019 -0400 +++ b/macros.xml Mon Dec 02 04:51:27 2019 -0500 |
b |
@@ -1,6 +1,6 @@ <macros> <token name="@PACKAGE_VERSION@" >0.34.0</token> - <token name="@GALAXY_VERSION@" >1</token> + <token name="@GALAXY_VERSION@" >2</token> <xml name="annotate_format_opts"> <section name="output_options" title="Output Options" expanded="false"> <param argument="--format" name="formats" type="select" multiple="true" optional="false" display="checkboxes" label="Output Formats" help="Note, this tool will run as many times (serially) as the number of output formats selected."> |