Skip to content

Commit

Permalink
Merge pull request #2713 from bernt-matthias/topic/breseq-container-fix
Browse files Browse the repository at this point in the history
breseq: add tar requirement
  • Loading branch information
mvdbeek authored Dec 2, 2019
2 parents 0b2de0d + b99d5b8 commit debdcdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/breseq/breseq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -351,4 +352,4 @@ mutations across samples.
<citation type="doi">10.1007/978-1-4939-0554-6_12</citation>
</citations>

</tool>
</tool>
2 changes: 1 addition & 1 deletion tools/breseq/macros.xml
Original file line number Diff line number Diff line change
@@ -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.">
Expand Down

0 comments on commit debdcdb

Please sign in to comment.