Skip to content

Commit

Permalink
Added XAS tools (#800)
Browse files Browse the repository at this point in the history
* Added XAS tools

* add XAS to the tool panel schema
  • Loading branch information
subindev-d authored Nov 11, 2024
1 parent e603c83 commit 050f143
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ mapping:
'Regional Variation' , 'Genome Diversity' , 'Deprecated', 'Interactive tools', 'Apollo', 'Quality Control',
'Multiple Alignments', 'Climate Analysis', 'RNA Analysis', 'Data Managers', 'Extract Features', 'Other Tools',
'Species abundance', 'Biodiversity data exploration', 'Sanger Sequencing', 'Spatial Omics', 'Muon Spectroscopy',
'Compute indicators for turnover boulders fields', 'QIIME 2', 'Astronomy', 'Ecoregionalization', 'Indicators from geometric mean'
'Compute indicators for turnover boulders fields', 'QIIME 2', 'Astronomy', 'Ecoregionalization', 'Indicators from geometric mean',
'XAS (X-ray Absorption Spectroscopy)'
]
"tool_panel_section_id":
type: str
Expand All @@ -58,5 +59,5 @@ mapping:
"animal_detection_on_acoustic_recordings", "regional_variation", "genome_diversity", 'apollo', 'imaging', 'virology',
"deprecated", "interactivetools", "multiple_alignments", "climate_analysis", "rna_analysis", "species_abundance",
"biodiversity_data_exploration", "sanger_sequencing", "spatial_omics", "muon_spectroscopy", "compute_indicators_for_turnover_boulders_fields",
"astronomy", "ecoregionalization", "geom_mean"
"astronomy", "ecoregionalization", "geom_mean", "xas"
]
32 changes: 31 additions & 1 deletion materials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,34 @@ tools:

- name: mudirac
owner: muon-spectroscopy-computational-project
tool_panel_section_label: Muon Spectroscopy
tool_panel_section_label: Muon Spectroscopy

## XAS

- name: larch_select_paths
owner: muon-spectroscopy-computational-project
tool_panel_section_label: XAS (X-ray Absorption Spectroscopy)

- name: larch_plot
owner: muon-spectroscopy-computational-project
tool_panel_section_label: XAS (X-ray Absorption Spectroscopy)

- name: larch_athena
owner: muon-spectroscopy-computational-project
tool_panel_section_label: XAS (X-ray Absorption Spectroscopy)

- name: larch_artemis
owner: muon-spectroscopy-computational-project
tool_panel_section_label: XAS (X-ray Absorption Spectroscopy)

- name: larch_feff
owner: muon-spectroscopy-computational-project
tool_panel_section_label: XAS (X-ray Absorption Spectroscopy)

- name: larch_lcf
owner: muon-spectroscopy-computational-project
tool_panel_section_label: XAS (X-ray Absorption Spectroscopy)

- name: larch_criteria_report
owner: muon-spectroscopy-computational-project
tool_panel_section_label: XAS (X-ray Absorption Spectroscopy)

0 comments on commit 050f143

Please sign in to comment.