From 7f20f36768d40b6e8f89ebcc8556cf33d5f0cd3b Mon Sep 17 00:00:00 2001 From: Yvan Le Bras Date: Thu, 7 Mar 2024 16:05:55 +0100 Subject: [PATCH 1/4] Update tutorial.md --- topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md index a43e47ace0a604..491ea9020174aa 100644 --- a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md +++ b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md @@ -56,7 +56,7 @@ contributions:

A major gap when a researcher is writing metadata documents is the fact that metadata international standards often use formats not really human readable and/or editable as XML or JSON. To answer this issue, [Environmental Data Initiative](https://edirepository.org/) (EDI) through the EML Assembly Line R package propose to generate intermediate metadata template files using classical tabular text format. Another major issue regarding metadata fill in, is the fact that one need to take a lot of time to write, and often rewrite, metadata elements who can be already filled using automatic inferences or use of webservices. Here again, Environmental Data Initiaitve (EDI) through the EML Assembly Line R package propose to generate automatically information related to data attributes, geographic coverage, taxonomic coverage, using the content of provided datafiles.

-Finally, through the MetaShARK R Shiny app created by the french biodiversity data hub research infrastructure (Pôle national de données de Biodiversité (PNDB)), user can use MetaShark, a graphical user interface to apply the EML Assembly Line workflow and benefit from some additionnal functionnalities as:

+Finally, through the MetaShARK R Shiny app, an R Shiny app in beta version for test, created by the french biodiversity data hub research infrastructure (Pôle national de données de Biodiversité (PNDB)), user can use a graphical user interface to apply the EML Assembly Line workflow and benefit from some additionnal functionnalities as:

- Capacity to associate terminological resources terms coming from Bioportal ontologies to data attributes as keywords using CEDAR API - Automatic fill in of personal information using ORCID API @@ -92,12 +92,12 @@ Finally, through the MetaShARK R Shiny app created by the french biodiver > ![Upload shapefile](./Images/1_upload_shapefile.png) {: .hands_on} -# 3] MetaShARK 🦈 : Write an EML document +# 3] MetaShARK 🦈 : Write rapidly an EML document through a work in progress interactive app To deploy a MetaShARK app, you can go to the Galaxy tool {% tool [MetaShARK](interactive_tool_metashark) %} and click "Execute". Then, you have to wait the launch of the app, and when ready to be used, you will see the message "There is an InteractiveTool result view available," with an hyperlink on the "Open" statement allowing you to reach the app clicking on it. > WARNING -> 🚧 Note that it is a beta version of MetaShARK R shiny app. You can thus encounter issues using it! +> 🚧 Note that MetaShARK R shiny app is in beta version. You can thus encounter issues using it! {: .comment} When oppening MetaShARK, you will have an interface looking like this : From 6f6925325764a1b4759ed9986e0f9b999198bed3 Mon Sep 17 00:00:00 2001 From: Yvan Le Bras Date: Thu, 7 Mar 2024 16:13:03 +0100 Subject: [PATCH 2/4] Update tutorial.md ameliorate details --- topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md index 491ea9020174aa..be26c64d1e0cfe 100644 --- a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md +++ b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md @@ -120,7 +120,7 @@ Then you can upload datafiles. Here, you can import these files from the downloa - 02_Ref.**dbf** > NOTE -> The folder contains many files with different extensions, which is no problem for MetaShark, which is able to recognise several types of file extension! +> The folder contains many files with different extensions but MetaShark will normally recognise several types of file extension (notably .tsv for tabulated text files, shapefiles, .geotiff and .geojson)! {: .comment} ![Upload datafiles on MetaShARK](./Images/4_MetaShARK_upload.png) @@ -133,7 +133,7 @@ Then you can upload datafiles. Here, you can import these files from the downloa ![Categorical variables](./Images/6_MetaShARK_catvars.png) -

Clicking "Next" button will then allows you to fill spatial informations about all GIS recognized datafiles, here the `Present.Surface.pH.tif` geotiff raster file and the `02_Ref` shapefile vector file. Geotiff is in pixel, accuracy unknown and shapefile is in Point, both are in `GCS_WGS_1984`spatial reference.

+

Clicking "Next" button will then allows you to fill spatial informations about all GIS recognized datafiles, here the `Present.Surface.pH.tif` geotiff raster file and the `02_Ref` shapefile vector file. Geotiff is in pixel, accuracy can be set to unknown and shapefile is in Point, both are in `GCS_WGS_1984`spatial reference.

![Spatial information](./Images/7_MetaShARK_spatialinfo.png) From 0605b04769ac559281f0381869520136fbb64a6d Mon Sep 17 00:00:00 2001 From: Yvan Le Bras Date: Thu, 7 Mar 2024 16:24:52 +0100 Subject: [PATCH 3/4] Update tutorial.md better section title --- topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md index be26c64d1e0cfe..55cd08be01ac1b 100644 --- a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md +++ b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md @@ -212,7 +212,7 @@ Then you can add final elements as: {: .tip} -# 4] MetaShRIMPS 🦐 : Modify created metadata element +# 4] MetaShRIMPS 🦐 : Easily FAIRness assessment and data paper sketches creation To evaluate and modify metadata elements you have created, you can upload the EML xml file on the Galaxy history you created and all MetaShARK metadata templates files. From e0639cfbb96e863ad361a3198b4e80c2dddb5335 Mon Sep 17 00:00:00 2001 From: Yvan Le Bras Date: Thu, 7 Mar 2024 16:47:52 +0100 Subject: [PATCH 4/4] Update tutorial.md give more details for last potential exercice --- topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md index 55cd08be01ac1b..5ee1b7b002c620 100644 --- a/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md +++ b/topics/ecology/tutorials/MetaShARK_tutorial/tutorial.md @@ -293,7 +293,7 @@ Image un peu laide, je l'a modifierai un peu sur Paint pour optimiser sa taille > > 4. Recreate a data collection with all metadata template files, taking the new "abstract" and "attributes_Present.Surface.pH.txt" files instead of old ones. > -> 5. You can recreate an EML metadata file with [**Make EML**](https://ecology.usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/ecology/makeeml/makeeml/0.1.1+galaxy1) EAL tool and then redeploy a metashrimps tool on the new EML. +> 5. You can recreate an EML metadata file with [**Make EML**](https://ecology.usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/ecology/makeeml/makeeml/0.1.1+galaxy1) EAL tool and then redeploy a metashrimps tool on the new EML. Before executing [**Make EML**](https://ecology.usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/ecology/makeeml/makeeml/0.1.1+galaxy1) EAL tool, one need to pay attention to the rename composite datafiles (as here the shapefile one) as named originally (so `02_Ref`) and then create a data collection gathering all "dataTable" datafiles (both .tsv files and .nc one), a data collection gathering all "spatialRaster" datafiles (here `Present.Surface.pH.tif`) and a data collection gathering all "spatialVector" datafiles (here `LakeGeneva_phytoplankton_1974-2004.nc`). > {: .comment}