Skip to content

Commit

Permalink
Update and fix biom format (galaxyproject#5545)
Browse files Browse the repository at this point in the history
* Updating tools/biom_format from version 2.1.14 to 2.1.15

* biom_summarize_table: fix datatype

* remove redundant name attributes

---------

Co-authored-by: planemo-autoupdate <planemo-autoupdate@users.noreply.github.com>
  • Loading branch information
bernt-matthias and planemo-autoupdate authored Oct 26, 2023
1 parent 09541df commit 94b799b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/biom_format/biom_summarize_table.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<param argument="--observations" type="boolean" checked="True" truevalue="--observations" falsevalue="" label="Summarize over observations" />
</inputs>
<outputs>
<data format="text" name="output_fp"/>
<data format="txt" name="output_fp"/>
</outputs>
<tests>
<test>
Expand Down
4 changes: 2 additions & 2 deletions tools/biom_format/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<yield/>
</requirements>
</xml>
<token name="@TOOL_VERSION@">2.1.14</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@TOOL_VERSION@">2.1.15</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">21.05</token>
<xml name="version_command">
<version_command>biom --version</version_command>
Expand Down

0 comments on commit 94b799b

Please sign in to comment.