Skip to content

Commit

Permalink
Merge pull request #168 from paulzierep/patch-3
Browse files Browse the repository at this point in the history
Update ete_macros.xml
  • Loading branch information
nsoranzo authored Mar 7, 2024
2 parents b919ef1 + a709887 commit 71b9c10
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/ete/ete_gene_cnv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>ete_macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/ete_gene_cnv.py'
Expand Down
1 change: 1 addition & 0 deletions tools/ete/ete_genetree_splitter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>ete_macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<stdio>
<!-- Anything other than zero is an error -->
Expand Down
1 change: 1 addition & 0 deletions tools/ete/ete_homology_classifier.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</param>
</xml>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<command detect_errors="exit_code">
<![CDATA[
Expand Down
1 change: 1 addition & 0 deletions tools/ete/ete_init_taxdb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>ete_macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/ete_init_taxdb.py'
Expand Down
1 change: 1 addition & 0 deletions tools/ete/ete_lineage_generator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>ete_macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/ete_lineage_generator.py'
Expand Down
5 changes: 5 additions & 0 deletions tools/ete/ete_macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0"?>
<macros>
<token name="@VERSION@">3.1.2</token>
<xml name="bio_tools">
<xrefs>
<xref type="bio.tools">ete</xref>
</xrefs>
</xml>
<xml name="requirements">
<requirements>
<requirement type="package" version="@VERSION@">ete3</requirement>
Expand Down
1 change: 1 addition & 0 deletions tools/ete/ete_mod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>ete_macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
ete3 mod -t
Expand Down
1 change: 1 addition & 0 deletions tools/ete/ete_species_tree_generator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>ete_macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<stdio>
<!-- Anything other than zero is an error -->
Expand Down

0 comments on commit 71b9c10

Please sign in to comment.