Skip to content

Commit

Permalink
Merge branch 'galaxyproject:main' into DASH-1256
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamieniecka authored Oct 24, 2023
2 parents cca4600 + e875bc1 commit 3eb0438
Show file tree
Hide file tree
Showing 24 changed files with 344 additions and 8 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTORS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,10 @@ sylviamahara:
github: false
joined: 2022-03

tb143:
name: Tim Beck
joined: 2023-09

tduigou:
name: Thomas Duigou
email: [email protected]
Expand Down Expand Up @@ -1742,6 +1746,17 @@ yvanlebras:
elixir_node: fr


paulzierep:
name: Paul Zierep
email: [email protected]
orcid: 0000-0003-2982-388X
joined: 2023-02

SNG888:
name: Sandra Ng
email: [email protected]
joined: 2023-07

# Funders / External Entities
carpentries:
name: The Carpentries
Expand Down Expand Up @@ -1896,3 +1911,15 @@ biont:
funding_system: cordis
funding_statement: |
Co-funded by the European Union
ELIXIR-UK-DaSH:
name: DASH UK
joined: 2023-10
avatar: "https://github.com/galaxyproject/training-material/blob/main/shared/images/dash.png?raw=true"
url: https://elixiruknode.org/projects/elixir-uk-dash/
funder: true
funding_system: ukri
funding_id: MR/V038966/1
funding_statement: |
This Fellowship was funded through the ELIXIR-UK DaSH project as part of the UKRI Innovation Scholars: Data Science Training in Health and Bioscience call (DaSH). (MR/V038966/1). The project aims to embed Research Data Management (RDM) know-how into UK universities and institutes by producing and delivering training in FAIR data stewardship using ELIXIR-UK knowledge and resources.
Binary file added shared/images/dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shared/images/ukri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions topics/admin/tutorials/apptainer/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Now, we will configure Galaxy to run tools using Apptainer containers, which wil
> tool_data_table_config_path: /cvmfs/data.galaxyproject.org/byhand/location/tool_data_table_conf.xml,/cvmfs/data.galaxyproject.org/managed/location/tool_data_table_conf.xml
> + # Tool Dependencies
> + dependency_resolvers_config_file: "{{ galaxy_config_dir }}/dependency_resolvers_conf.xml"
> + containers_resolvers_config_file: "{{ galaxy_config_dir }}/container_resolvers_conf.yml"
> + container_resolvers_config_file: "{{ galaxy_config_dir }}/container_resolvers_conf.yml"
> gravity:
> process_manager: systemd
> galaxy_root: "{{ galaxy_root }}/server"
Expand All @@ -195,7 +195,7 @@ Now, we will configure Galaxy to run tools using Apptainer containers, which wil
>
> +galaxy_config_templates:
> + - src: templates/galaxy/config/container_resolvers_conf.yml.j2
> + dest: "{{ galaxy_config.galaxy.containers_resolvers_config_file }}"
> + dest: "{{ galaxy_config.galaxy.container_resolvers_config_file }}"
> + - src: templates/galaxy/config/dependency_resolvers_conf.xml
> + dest: "{{ galaxy_config.galaxy.dependency_resolvers_config_file }}"
> +
Expand Down Expand Up @@ -393,14 +393,14 @@ After finishing the CVMFS tutorial, come back, and do this hands-on.
> <hands-on-title>Optional: Configure Galaxy to use Apptainer containers from CVMFS</hands-on-title>
>
> 1. Edit the `group_vars/galaxyservers.yml` file and add `containers_resolvers_config_file` and `galaxy_singularity_images_cvmfs_path`:
> 1. Edit the `group_vars/galaxyservers.yml` file and add `container_resolvers_config_file` and `galaxy_singularity_images_cvmfs_path`:
> {% raw %}
> ```yaml
> galaxy_singularity_images_cvmfs_path: "/cvmfs/singularity.galaxyproject.org/all/"
> galaxy_config:
> galaxy:
> ...
> containers_resolvers_config_file: "{{ galaxy_config_dir }}/container_resolvers_conf.yml"
> container_resolvers_config_file: "{{ galaxy_config_dir }}/container_resolvers_conf.yml"
> ```
> {% endraw %}
>
Expand Down
2 changes: 1 addition & 1 deletion topics/admin/tutorials/data-library/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Before we can import local data, we need to configure Galaxy to permit this. Add
> @@ -88,6 +88,9 @@ galaxy_config:
> # Tool Dependencies
> dependency_resolvers_config_file: "{{ galaxy_config_dir }}/dependency_resolvers_conf.xml"
> containers_resolvers_config_file: "{{ galaxy_config_dir }}/container_resolvers_conf.yml"
> container_resolvers_config_file: "{{ galaxy_config_dir }}/container_resolvers_conf.yml"
> + # Data Library Directories
> + library_import_dir: /libraries/admin
> + user_library_import_dir: /libraries/user
Expand Down
2 changes: 1 addition & 1 deletion topics/admin/tutorials/job-destinations/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Such form elements can be added to tools without modifying each tool's configura
> slow_query_log_threshold: 5
> enable_per_request_sql_debugging: true
> @@ -137,6 +146,8 @@ galaxy_config_templates:
> dest: "{{ galaxy_config.galaxy.containers_resolvers_config_file }}"
> dest: "{{ galaxy_config.galaxy.container_resolvers_config_file }}"
> - src: templates/galaxy/config/dependency_resolvers_conf.xml
> dest: "{{ galaxy_config.galaxy.dependency_resolvers_config_file }}"
> + - src: templates/galaxy/config/job_resource_params_conf.xml.j2
Expand Down
Binary file added topics/fair/images/CLUSTER_Zenodo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/DataAccessProcess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/DataCat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/DataDictSolution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/DataDictionaryHandsOn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/Datesremoved.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/ExampleDataDict1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/Patient_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/Patient_dates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added topics/fair/images/RAMAP_graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion topics/fair/tutorials/bioimage-REMBI/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ contributions:
- Laura190
- kkamieniecka
- poterlowicz-lab

funding:
- ELIXIR-UK-DaSH
subtopic: fair-data

requirements:
Expand Down
3 changes: 2 additions & 1 deletion topics/fair/tutorials/bioimage-metadata/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ contributions:
- Laura190
- kkamieniecka
- poterlowicz-lab

funding:
- ELIXIR-UK-DaSH
subtopic: fair-data

requirements:
Expand Down
2 changes: 2 additions & 0 deletions topics/fair/tutorials/data-management/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ contributions:
- poterlowicz-lab
editing:
- hexylena
funding:
- ELIXIR-UK-DaSH
subtopic: fair-data

requirements:
Expand Down
3 changes: 3 additions & 0 deletions topics/fair/tutorials/fair-clinical/faqs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
layout: faq-page
---
11 changes: 11 additions & 0 deletions topics/fair/tutorials/fair-clinical/tutorial.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@article{wilkinson,
title={The FAIR Guiding Principles for scientific data management and stewardship},
author={Wilkinson, Mark D and Dumontier, Michel and Aalbersberg, IJsbrand Jan and Appleton, Gabrielle and Axton, Myles and Baak, Arie and Blomberg, Niklas and Boiten, Jan-Willem and da Silva Santos, Luiz Bonino and Bourne, Philip E and others},
journal={Scientific data},
doi = {10.1038/sdata.2016.18},
volume={3},
number={1},
pages={1--9},
year={2016},
publisher={Nature Publishing Group}
}
Loading

0 comments on commit 3eb0438

Please sign in to comment.