Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tool_conf.xml.j2 try to reorganize ecology tools and add geome… #1068

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions templates/galaxy/config/tool_conf.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -525,13 +525,7 @@
<tool file="/opt/galaxy/custom-tools/test/imaging/coordinates_of_roi/coordinates_of_roi.xml" />
<tool file="/opt/galaxy/custom-tools/test/imaging/projective_transformation_points/projective_transformation_points.xml" /-->
</section>

<section id="gis_data_handling" name="GIS Data Handling" />
<section id="animal_detection_on_acoustic_recordings" name="Animal Detection on Acoustic Recordings" />
<section id="compute_indicators_for_satellite_remote_sensing" name="Compute indicators for satellite remote sensing" />

<section id="regional_variation" name="Regional Variation" >
</section>
<section id="genome_diversity" name="Genome Diversity" >
</section>

Expand All @@ -551,9 +545,6 @@
<section id="climate_analysis" name="Climate Analysis" />
<section id="apollo" name="Apollo" />
<section id="imaging" name="Imaging" />
<section id="species_abundance" name="Species abundance" />
<section id="compute_indicators_for_turnover_boulders_fields" name="Compute indicators for turnover boulders fields" />
<section id="ecoregionalization" name="Ecoregionalization" />
<section id="astronomy" name="Astronomy" />
<section id="interactivetools" name="Interactive tools">
<tool file="interactive/interactivetool_source.xml" />
Expand Down Expand Up @@ -643,4 +634,16 @@
<tool file="interactive/interactivetool_mgnify_notebook.xml" />
<tool file="interactive/interactivetool_mgnify_notebook_1.2.2.xml" />
</section>

<!-- Ecology subdomain -->
<label id="ecology-data-management" text="Ecology Data Management" />
<section id="gis_data_handling" name="GIS Data Handling" />
<label id="ecology-indicators" text="Biodiversity indicators" />
<section id="compute_indicators_for_turnover_boulders_fields" name="Compute indicators for turnover boulders fields" />
<section id="ecoregionalization" name="Ecoregionalization" />
<section id="geom_mean" name="Indicators from geometric mean" />
<section id="animal_detection_on_acoustic_recordings" name="Animal Detection on Acoustic Recordings" />
<section id="compute_indicators_for_satellite_remote_sensing" name="Compute indicators for satellite remote sensing" />
<section id="regional_variation" name="Regional Variation" />
<section id="species_abundance" name="Species abundance" />
</toolbox>
Loading