Skip to content

Commit

Permalink
Add bio.tools for obisindicators (#146)
Browse files Browse the repository at this point in the history
* Add bio.tools for obisindicators

* fix lint

* update test data

---------

Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
  • Loading branch information
rlibouba and bgruening authored Nov 5, 2024
1 parent 00f2725 commit 13ac67c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tools/obisindicators/macro.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<macros>
<token name="@VERSION@">0.0.2</token>
<xrefs>
<xref type="bio.tools">obisindicators</xref>
</xrefs>
<xml name="requirements">
<requirements>
<requirement type="package" version="4.2.2">r-base</requirement>
<requirement type="package" version="3.4.0">r-ggplot2</requirement>
<yield />
</requirements>

</xml>
<xml name="obis_input">
<param name="input" type="data" format="tabular,csv,txt" label="Input table"/>
Expand Down
4 changes: 2 additions & 2 deletions tools/obisindicators/robis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<output name="output">
<assert_contents>
<has_text text="Scombridae"/>
<has_n_columns n="163"/>
<has_n_columns n="167"/>
</assert_contents>
</output>
</test>
Expand All @@ -55,7 +55,7 @@
<output name="output">
<assert_contents>
<has_text text="basisOfRecord"/>
<has_n_columns n="144"/>
<has_n_columns n="148"/>
</assert_contents>
</output>
</test>
Expand Down

0 comments on commit 13ac67c

Please sign in to comment.