Skip to content

Commit

Permalink
Rearrange Main tool panel
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Feb 8, 2019
1 parent 5ef8865 commit cf14ca7
Show file tree
Hide file tree
Showing 4 changed files with 1,498 additions and 1,492 deletions.
28 changes: 14 additions & 14 deletions env/main/files/galaxy/config/tool_conf.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<toolbox monitor="true">
<label id="file_meta_label" text="File and Meta Tools" />
<section id="get_data" name="Get Data">
<tool file="data_source/upload.xml" />
<tool file="data_source/ucsc_tablebrowser.xml" />
Expand All @@ -24,16 +23,6 @@
<section id="send_data" name="Send Data">
<tool file="genomespace/genomespace_exporter.xml" />
</section>
<section id="convert_formats" name="Convert Formats">
<tool file="filters/bed2gff.xml" />
<tool file="filters/gff2bed.xml" />
<tool file="maf/maf_to_bed.xml" />
<tool file="maf/maf_to_interval.xml" />
<tool file="maf/maf_to_fasta.xml" />
<tool file="filters/sff_extractor.xml" />
<tool file="filters/wig_to_bigwig.xml" />
<tool file="filters/bed_to_bigbed.xml" />
</section>
<section id="collection_operations" name="Collection Operations">
<tool file="${model_tools_path}/unzip_collection.xml" />
<tool file="${model_tools_path}/zip_collection.xml" />
Expand All @@ -49,9 +38,6 @@
<tool file="${model_tools_path}/build_list.xml" />
<tool file="${model_tools_path}/extract_dataset.xml" />
</section>
<section id="liftOver" name="Lift-Over">
<tool file="extract/liftOver_wrapper.xml" />
</section>
<label id="general_text_label" text="General Text Tools" />
<section id="text_manipulation" name="Text Manipulation">
<tool file="filters/fixedValueColumn.xml" />
Expand Down Expand Up @@ -86,6 +72,20 @@
<tool file="filters/compare.xml" />
<tool file="stats/grouping.xml" />
</section>
<label id="genomic_file_manipulation_label" text="Genomic File Manipulation" />
<section id="convert_formats" name="Convert Formats">
<tool file="filters/bed2gff.xml" />
<tool file="filters/gff2bed.xml" />
<tool file="maf/maf_to_bed.xml" />
<tool file="maf/maf_to_interval.xml" />
<tool file="maf/maf_to_fasta.xml" />
<tool file="filters/sff_extractor.xml" />
<tool file="filters/wig_to_bigwig.xml" />
<tool file="filters/bed_to_bigbed.xml" />
</section>
<section id="liftOver" name="Lift-Over">
<tool file="extract/liftOver_wrapper.xml" />
</section>
<label id="common_genomics_tools_label" text="Common Genomics Tools" />
<section id="operate_on_genomic_intervals" name="Operate on Genomic Intervals">
<tool file="filters/wiggle_to_simple.xml" />
Expand Down

0 comments on commit cf14ca7

Please sign in to comment.