Skip to content

Commit

Permalink
Single Cell subdomain: fix ordering of a few sections
Browse files Browse the repository at this point in the history
  • Loading branch information
kysrpex committed Oct 11, 2023
1 parent 9ad1da8 commit 105fc0e
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions templates/galaxy/config/tool_conf.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,6 @@
</section>
<section id="hca_sc_sccaf_tools" name="SCCAF">
</section>
<label id="single-cell-label-automated-cell-annotation" text="Automated cell annotation" />
<section id="hca_sc_scmap_tools" name="SCMap">
</section>
<section id="hca_sc_scpred_tools" name="ScPred">
</section>
<section id="hca_sc_garnett_tools" name="Garnett">
</section>
<section id="hca_sc_label_analysis_tools" name="CellTypeScan">
</section>
<label id="genomics_toolkits_label" text="Genomics Toolkits"/>
<section id="picard" name="Picard" version="">
</section>
Expand Down Expand Up @@ -387,6 +378,24 @@
<tool file="chromatra/chromatrat.xml" />
<tool file="plotting/foldchanges_heatmap.xml" />
</section>
<section id="single-cell-section-interactivetools" name="Interactive tools">
<tool file="interactive/interactivetool_jupyter_notebook.xml" />
<tool file="interactive/interactivetool_jupyter_notebook_1.0.0.xml" />
<tool file="interactive/interactivetool_rstudio.xml" />
<tool file="interactive/interactivetool_rstudio_0_3.xml" />
<tool file="interactive/interactivetool_cellxgene.xml" />
<tool file="interactive/interactivetool_cellxgene_1.1.1.xml" />
<tool file="interactive/interactivetool_isee.xml" />
</section>
<label id="single-cell-label-automated-cell-annotation" text="Automated cell annotation" />
<section id="hca_sc_scmap_tools" name="SCMap">
</section>
<section id="hca_sc_scpred_tools" name="ScPred">
</section>
<section id="hca_sc_garnett_tools" name="Garnett">
</section>
<section id="hca_sc_label_analysis_tools" name="CellTypeScan">
</section>
<section id="muon_spectroscopy" name="Muon Spectroscopy">
</section>

Expand Down

0 comments on commit 105fc0e

Please sign in to comment.