Skip to content

Commit

Permalink
Merge pull request #29 from bebatut/add_biotools
Browse files Browse the repository at this point in the history
Add bio.tools to wrappers
  • Loading branch information
mariabernard authored May 17, 2024
2 parents 6a2f3a7 + 685b7e0 commit d36b729
Show file tree
Hide file tree
Showing 29 changed files with 40 additions and 11 deletions.
4 changes: 3 additions & 1 deletion tools/frogs/affiliation_filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="requirements"/> <command detect_errors="exit_code">
<expand macro="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
affiliation_filters.py
--input-biom '$input_biom'
--input-fasta '$input_fasta'
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/affiliation_postprocess.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="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
affiliation_postprocess.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/affiliation_stats.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="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
affiliation_stats.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/biom_to_stdBiom.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="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
biom_to_stdBiom.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/biom_to_tsv.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="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
biom_to_tsv.py
Expand Down
2 changes: 1 addition & 1 deletion tools/frogs/cluster_filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<macros>
<import>macros.xml</import>
</macros>

<expand macro="xrefs"/>
<expand macro="requirements">
<requirement type="package" version="2.10">blast</requirement>
</expand>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/cluster_stats.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="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
cluster_stats.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/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="xrefs"/>
<expand macro="requirements">
<requirement type="package" version="3.0.0">swarm</requirement>
</expand>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/demultiplex.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="xrefs"/>
<expand macro="requirements" />
<command detect_errors="exit_code">
demultiplex.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/deseq2_preprocess.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="xrefs"/>
<expand macro="requirements_phyloseq">
<requirement type="package" version="1.34.0">bioconductor-deseq2</requirement>
<requirement type="package" version="1.6.6">r-optparse</requirement>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/deseq2_visualisation.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="xrefs"/>
<expand macro="requirements_phyloseq">
<requirement type="package" version="1.34.0">bioconductor-deseq2</requirement>
<requirement type="package" version="0.18">r-dt</requirement>
Expand Down
13 changes: 5 additions & 8 deletions tools/frogs/frogsfunc_functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
-->
<tool id="FROGSFUNC_step2_functions" name="FROGSFUNC_2_functions" version= "@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<description>Calculates functions abundances in each sample. </description>

<macros>
<import>macros.xml</import>
</macros>

<expand macro="requirements_frogsfunc" />


<macros>
<import>macros.xml</import>
</macros>
<expand macro="xrefs"/>
<expand macro="requirements_frogsfunc" />
<stdio>
<exit_code range="1:" />
<exit_code range=":-1" />
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/frogsfunc_pathways.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<import>macros.xml</import>
</macros>

<expand macro="xrefs"/>
<expand macro="requirements_frogsfunc" />

<stdio>
Expand Down
2 changes: 1 addition & 1 deletion tools/frogs/frogsfunc_placeseqs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<macros>
<import>macros.xml</import>
</macros>

<expand macro="xrefs"/>
<expand macro="requirements_frogsfunc" >
<requirement type="package" version="4.5.2">dendropy</requirement>
</expand>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/itsx.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="xrefs"/>
<expand macro="requirements">
<requirement type="package" version="1.1.2">itsx</requirement>
</expand>
Expand Down
6 changes: 6 additions & 0 deletions tools/frogs/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<macros>
<token name="@TOOL_VERSION@">4.1.0</token>
<token name="@VERSION_SUFFIX@">3</token>

<xml name="xrefs">
<xrefs>
<xref type="bio.tools">frogs</xref>
</xrefs>
</xml>

<xml name="requirements">
<requirements>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/normalisation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="xrefs"/>
<expand macro="requirements"/>

<stdio>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/phyloseq_alpha_diversity.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="xrefs"/>
<expand macro="requirements_phyloseq" />
<command detect_errors="exit_code">
phyloseq_alpha_diversity.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/phyloseq_beta_diversity.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="xrefs"/>
<expand macro="requirements_phyloseq">
<requirement type="package" version="2.3">r-gridextra</requirement>
</expand>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/phyloseq_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="xrefs"/>
<expand macro="requirements_phyloseq" />
<command detect_errors="exit_code">
phyloseq_clustering.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/phyloseq_composition.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="xrefs"/>
<expand macro="requirements_phyloseq">
<requirement type="package" version="4.9.3">r-plotly</requirement>
</expand>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/phyloseq_import_data.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="xrefs"/>
<expand macro="requirements_phyloseq" />
<command detect_errors="exit_code">
phyloseq_import_data.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/phyloseq_manova.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="xrefs"/>
<expand macro="requirements_phyloseq" />
<command detect_errors="exit_code">
phyloseq_manova.py
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/phyloseq_structure.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="xrefs"/>
<expand macro="requirements_phyloseq" >
<requirement type="package" version="4.9.3">r-plotly</requirement>
</expand>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/preprocess.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="xrefs"/>
<expand macro="requirements">
<requirement type="package" version="2.17.0">vsearch</requirement>
<requirement type="package" version="1.2.11">flash</requirement>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/remove_chimera.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="xrefs"/>
<expand macro="requirements">
<requirement type="package" version="2.17.0">vsearch</requirement>
</expand>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/taxonomic_affiliation.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="xrefs"/>
<expand macro="requirements">
<requirement type="package" version="2.10">blast</requirement>
<requirement type="package" version="6.6.0">emboss</requirement>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/tree.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="xrefs"/>
<expand macro="requirements">
<requirement type="package" version="7.407">mafft</requirement>
<requirement type="package" version="2.1.9">fasttree</requirement>
Expand Down
1 change: 1 addition & 0 deletions tools/frogs/tsv_to_biom.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="xrefs"/>
<expand macro="requirements" />
<command detect_errors="exit_code">
tsv_to_biom.py
Expand Down

0 comments on commit d36b729

Please sign in to comment.