Skip to content

Commit

Permalink
add bio.tools (#5558)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep authored Nov 2, 2023
1 parent 41ed290 commit 3973ed2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/fastp/fastp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="biotools" />
<requirements>
<requirement type="package" version="@WRAPPER_VERSION@">fastp</requirement>
</requirements>
Expand Down
8 changes: 7 additions & 1 deletion tools/fastp/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<macros>
<token name="@WRAPPER_VERSION@">0.23.2</token>

<xml name="biotools">
<xrefs>
<xref type="bio.tools">
fastp
</xref>
</xrefs>
</xml>
<xml name="adapter_trimming_options">
<section name="adapter_trimming_options" title="Adapter Trimming Options" expanded="False">
<param name="disable_adapter_trimming" argument="-A" type="boolean" truevalue="-A" falsevalue="" checked="false" label="Disable adapter trimming" help="Adapter trimming is enabled by default. If this option is specified, adapter trimming is disabled."/>
Expand Down

0 comments on commit 3973ed2

Please sign in to comment.