Skip to content
Open
Show file tree
Hide file tree
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
29 changes: 29 additions & 0 deletions env/main/files/galaxy/config/panel_views/biodiversity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Biodiversity
type: generic
id: biodiversity
items:
- sections: [get_data, send_data, collection_operations, expression_tools]
- id: general_text_tools_label
text: General Text Tools
type: label
- sections: [text_manipulation, filter_and_sort, join__subtract_and_group]
- id: genomic_file_manipulation_label
text: Genomic File Manipulation
type: label
- sections: [convert_formats, fasta_fastq, fastq_quality_control, sam_bam, bed, nanopore]
- id: common_genomics_tools_label
text: Common Genomics Tools
type: label
- sections: [operate_on_genomic_intervals]
- id: genomics_analysis_label
text: Genomics Analysis
type: label
- sections: [assembly, annotation, multiple_alignments, phenotype_association, evolution, biodiversity_data_exploration, sequence_contamination_filtering, genome_diversity]
- id: genomics_toolkits_label
text: Genomics Toolkits
type: label
- sections: [picard, deeptools, ncbi_blast_]
- id: domain_tools_label
text: Domain Tools
type: label
- sections: [metagenomic_analysis]
2 changes: 2 additions & 0 deletions env/main/group_vars/all/galaxy_config_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,13 @@ base_app_main: &BASE_APP_MAIN
brand_by_host:
singlecell.usegalaxy.org: Single Cell Omics
microbiology.usegalaxy.org: Microbiology
biodiversity.usegalaxy.org: Biodiversity
#brc.usegalaxy.org: BRC Analytics

default_panel_view_by_host:
singlecell.usegalaxy.org: singlecell
microbiology.usegalaxy.org: microgalaxy
biodiversity.usegalaxy.org: biodiversity
usegalaxy.org: all_tools

load_tool_shed_datatypes: false
Expand Down
5 changes: 5 additions & 0 deletions env/main/group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ galaxy_themes_subdomains:
microbiology:
masthead:
color: "#21a685"
- name: biodiversity
theme:
biodiversity:
masthead:
color: "#809900"
#- name: brc
# theme:
# brc:
Expand Down