Skip to content

Commit

Permalink
Add biotools for CONCOCT (#5573)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut authored Nov 12, 2023
1 parent 339c914 commit 86e1afe
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/concoct/concoct.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"/>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
## CONCOCT doesn't handle gzipped files.
Expand Down
1 change: 1 addition & 0 deletions tools/concoct/concoct_coverage_table.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"/>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
#import re
Expand Down
1 change: 1 addition & 0 deletions tools/concoct/cut_up_fasta.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"/>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
## CONCOCT doesn't handle gzipped files.
Expand Down
1 change: 1 addition & 0 deletions tools/concoct/extract_fasta_bins.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"/>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
## CONCOCT doesn't handle gzipped files.
Expand Down
5 changes: 5 additions & 0 deletions tools/concoct/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<token name="@TOOL_VERSION@">1.1.0</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@PROFILE@">21.01</token>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">concoct</xref>
</xrefs>
</xml>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">concoct</requirement>
Expand Down
1 change: 1 addition & 0 deletions tools/concoct/merge_cut_up_clustering.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"/>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
merge_cutup_clustering.py
Expand Down

0 comments on commit 86e1afe

Please sign in to comment.