LucieLamothe
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# BH22 - Project 25 meeting minutes ## Scientific and technical enhancement of bioinformatics software metadata using the Tools Ecosystem open infrastructure ### Meeting with Erik Jaaniso Questions: - Check for a methodological bias example if it wants to cover all topics are not. All topics are used in edam, is there a reason based on pub2tool? - Can you annotated with auxialirray concept? are th auxiliray concept used only from "manual" annotation? Erik answer > So, about the auxiliary concepts. The short answer is, that currently Pub2Tools and EDAMmap sometimes do output some of the auxiliary concepts and never output some of the other auxiliary concepts. > > I understand, that the auxiliary concepts are those in EDAM_1.25.owl that have the property: > <notRecommendedForAnnotation>true</notRecommendedForAnnotation> > > Currently, I'm not checking for this property. Rather, there is a hardcoded list of (auxiliary/organisational) concepts, that should never be mapped to in EDAMmap. There is this related Github issue: https://github.com/edamontology/edammap/issues/4. > > That is, all auxiliary concepts present in the file https://github.com/edamontology/edammap/blob/master/core/src/main/resources/edam/blacklist.txt are never output. But, in the the newest EDAM, there are some more auxiliary concepts (marked with <notRecommendedForAnnotation>true</notRecommendedForAnnotation>), that have not been added to the blacklist.txt file. So the following auxiliary concepts can still be output by EDAMmap: > http://edamontology.org/operation_0337 (Visualisation) > http://edamontology.org/operation_2409 (Data handling) > http://edamontology.org/operation_2425 (Optimisation and refinement) > http://edamontology.org/operation_2426 (Modelling and simulation) > http://edamontology.org/operation_2428 (Validation) > http://edamontology.org/operation_2429 (Mapping) > http://edamontology.org/operation_3432 (Clustering) > http://edamontology.org/operation_3799 (Quantification) > > So, in essence, it's a bug. Thanks for finding it. I think I will soon update Pub2Tools/EDAMmap, because Pub2Tools does web scraping of journal articles and over time some of this scraping starts to fail (because publishers change their web page code), so over time the quality of Pub2Tools drops a bit. Which means these web scraping rules need updating from time to time. When I'll do it, I'll also make it so, that these 8 auxiliary concepts above are not output by EDAMmap. > > Regards, > Erik - Date of the first entries? Formats lack of usage, because of older tools not being annotated? ### 15/11/2022 - Visualization #### 1) EDAM concept usage within bio.tools - pizza diagram (a.k.a. Pie chart) Needed queries: EDAM: For each sub-ontology D|F|O|T - a) All non obsolete (all subClassOf D|F|O|T) - b) All obsolete (based on URI) - c) All new (subClass of ; created_in 1.26) - d) All auxilliary (subClass of ; notRecommendedForAnnotation true) Bio.tools: - e) Used (count all used D|F|O|T) - f) Obsolete used (ditto ; owl:deprecated true) - g) Auxilliary used (ditto ; notRecommendedForAnnotation true) Figure: ![](https://i.imgur.com/MLWIWss.png) used valid = e - f - g used aux = g unused aux = d - g unused valid stable = a - c - d - e + f + g new = c unused obsolete = b - f used obsolete = f total: a + b =?= (~~e~~ ~~- f~~ ~~- g) + g~~ ~~+ (d~~ ~~- g~~) + (a ~~- c~~ ~~- d~~ ~~- e~~ ~~+ f~~ ~~+ g~~) ~~+ c~~ + (b ~~- f~~) ~~+ f~~ :warning: As of the 15/11/2022 one concept is both aux and deprecated (virus identifier data_2913). The valid Virus identifier is data_2785. It is not used in bio.tools. If this +-1 will cause trouble, let's remove the "notRecommendedForAnnotation" tag from data_2913, as a hot-fix. :warning: #### 2) Annotation of bio.tools query - Venn diagramm and Upset plot #### 3) Relation consistency between EDAM and Bio.tools ### 10/11/2022 Participants: Hervé, Jennifer, Johan, Hans, Tomas, Magnus, Adrian, Dmitry, Lucie, Radka Ask Alban about the missing formats there are only the first ones. Talk with Johan (mapping between galaxy and bio.tools) and Finn (retreival of tags on rom the workflow hub workflows), promissing. Dmitry : `curl -H "Accept: application/ld+json" https://openebench.bsc.es/monitor/tool/` Adding workflow ID in bio.tools as well as adding bio.tools id/dependency to workflow hub Regarding not recommended EDAM terms from Tomas - the `Data` concept makes sense to have if it formats are also there (i.e. the user did not know what data type to add , but did know what formats to add). If formats are not there then "Data" makes no sense to keep - the `Format` makes no sense to have an should be removed ### graphical representation What part of edam is used in bio.tools divided by subontology? ### 9/11/2022 Participants: Dmitry, Johan, Radka, Tomas, Magnus, Lucie Jennifer, Hervé, Adrian ##### Minutes: **BHF2F**: worked on the simple queries. Most simple queries have been push on the main repo (good start example). :warning: WE ALL NEED TO RELOAD EDAM AND BIO.TOOLS because the bio.tools file change. You can deleted and recreate a new repository with the same name. Serialization of Johan's work (workflow hub/galaxy/bio.tools metadata mining). We discussed with Alban and the bioscemas guys, we have a json format to save this data (see link in the PR#5) Start of a template to present the work from this project on BioHackrXiv (need for evryone to provide name, affiliation, and ORCID). Radka demand: Repartition of the work. Work on some plan to assign the free tasks Still a bug in the bio.tools bioschema dump. We are missing some formats (we'll work on it but it shouldn't change much) ### 8/11/2022 Johan presented his work on workflow hub metadata/galaxy workflows. Get from workflow hub galaxy tool for each step and then bio.tools id for each galaxy tool. Question: output format for this data. The best would be to have it as rdf file. Using bioschemas? Ask around for help for serialization. Needed info: workflow id, step id/galaxy id , bio.tools id Questions that should be answered: | Question | Assigned to | notebook | status | | -------- | -------- | -------- | ---------- | | Total non-obsolete operations ||`operation_0004`| 537 🐙 | How many EDAM operations are used to annotate bio.tools? | Lucie | operation_queries.ipynb| 546 (-20 deprecated -1 root) :heavy_check_mark: | | How many bio.tools entries are annotated with EDAM operations? | Lucie |operation_queries.ipynb | 25228 :heavy_check_mark: | | How many bio.tools entries are annotated with deprecated operations? Or annotated with edam root operation concept? | Lucie | operation_queries.ipynb| 20, 9 :heavy_check_mark: | | Total non-obsolete topics in EDAM ||`topic_0003`| 277 🐙 | How many EDAM topics are used to annotate bio.tools? | Jennifer |topics_queries.ipynb | 264 :heavy_check_mark: | | How many bio.tools entries are annotated with EDAM topics? | Jennifer | topics_queries.ipynb| 26090 :heavy_check_mark: | | How many bio.tools entries are annotated with deprecated topics? Or annotated with edam root topic concept? | Jennifer |topics_queries.ipynb |10, 1 :heavy_check_mark: | | Total non-obsolete data in EDAM ||`data_0006`| 947 🐙 | How many EDAM data are used to annotate bio.tools? | Hervé | data_queries.ipynb | 559 (-18 -1) :heavy_check_mark: | | How many bio.tools entries are annotated with EDAM data? only input, only output, both :warning:| Hervé | data_queries.ipynb | 3284 (i3172,o2764) :heavy_check_mark: | | How many bio.tools entries are annotated with deprecated data? Or annotated with edam root data concept? | Hervé | data_queries.ipynb, matus_query_graphdb.ipynb#How-many-bio.tools-entries-are-annotated-with-the-root-"Data"-concept-(input-or-output)? | 163, 339 (1080-times) | | Total non-obsolete formats in EDAM ||`format_1915`| 618 🐙 | How many EDAM formats are used to annotate bio.tools? | Matus | matus_query_graphdb.ipynb | 254 (-0) :heavy_check_mark: | | How many bio.tools entries are annotated with EDAM formats? only input, only output, both :warning:| Matus | matus_query_graphdb.ipynb | 2484 (i2223,o1984) :heavy_check_mark: | | How many bio.tools entries are annotated with deprecated format? Or annotated with edam root format concept? | Matus| matus_query_graphdb.ipynb | 0, 10 (24-times) :heavy_check_mark: | | How many bio.tools entries have non-recommended EDAM topics +listing | Tomáš, Radka | NotRecommendedForAnnotation.ipynb| 1 :heavy_check_mark: | | How many bio.tools entries have non-recommended EDAM operations +listing | Tomáš, Radka | NotRecommendedForAnnotation.ipynb |6981 :heavy_check_mark: | | How many bio.tools entries have non-recommended EDAM data (input, output) +how many/which are EDAM identifiers +listing | Tomáš, Radka | NotRecommendedForAnnotation.ipynb| 1455 annotations :heavy_check_mark: | | How many bio.tools entries have non-recommended EDAM formats (input, output) +listing | Tomáš, Radka | NotRecommendedForAnnotation.ipynb | 651 annotations :heavy_check_mark: | | How many EDAM data and formats combinations are in Bio.tools? | Matúš | matus_query_graphdb.ipynb | 6953 (2484 tools) :heavy_check_mark: | | How many EDAM data and formats combinations are consistent with the is_format_of relation? +listing | Matúš | matus_query_graphdb.ipynb | 1121 (612 tools) :heavy_check_mark: | | Number of EDAM formats with an _is_format_of_ relation (transitive); and how many have multiple _is_format_of_ relations | Matúš / Lucie | matus_query_graphdb.ipynb | 533, 172 👾 | How many bio.tools entries and inputs/outputs have EDAM formats ~~which are not consistent~~ without the corresponding _is_format_of_ data~~relation~~? +listing | Matúš | | 🧐 | | Number of EDAM concepts (data, operations) with a _has_topic_ relation (transitive); and how many have multiple _has_topic_ relations | | | 618, 344 👾 | How many bio.tools entries have EDAM topics and operations? | Jennifer | | 25096 :heavy_check_mark:| | How many bio.tools entries have EDAM topics and operations which are consistent with the _has_topic_ relation? +listing | Adrian | | 21031 | | How many bio.tools entries have EDAM topics and operations which are not consistent with the _has_topic_ relation? +listing | | | | | How many bio.tools entries have EDAM data and topics? |Jennifer | |3245 (for input and/or output) :heavy_check_mark: | | How many bio.tools entries have EDAM data and topics which are consistent with the _has_topic_ relation? +listing | | | | | How many bio.tools entries have EDAM data and topics which are not consistent with the _has_topic_ relation? +listing | | | | | How many bio.tools entries have EDAM operations and data? |Jennifer | |3284(for input and/or output):heavy_check_mark: | | Number of EDAM operations with a _has_input_ relation (transitive); and how many have multiple _has_input_ relations | | | 292, 74 👾 | How many bio.tools entries have EDAM operations and data which are consistent with the _has_input_ relation? +listing | | | | | How many bio.tools entries have EDAM operations and data which are not consistent with the _has_input_ relation? +listing | | | | | Number of EDAM operations with a _has_output_ relation (transitive); and how many have multiple _has_output_ relations | | | 293, 97 👾 | How many bio.tools entries have EDAM operations and data which are consistent with the _has_output_ relation? +listing | | | | | How many bio.tools entries have EDAM operations and data which are not consistent with the _has_output_ relation? +listing | | | | |How many relations _has_topic_ are redundant in EDAM (declared in parent+ and children concept) +listing|||| |How many relations _has_output_ are redundant in EDAM (declared in parent+ and children concept) +listing|||| |How many relations _has_input_ are redundant in EDAM (declared in parent+ and children concept) +listing|||| |How many relations _is_format_of_ are redundant in EDAM (declared in parent+ and children concept) +listing|||| |How many subClassOf relations are redundant in EDAM? +listing |||| |How many tools are redundant in bio.tools for operation? (annotated within the same operation with a concept and its parents)|||| |How many tools are redundant in bio.tools for topic? (annotated with a topic and its parents)|||| |How many inputs/outputs/tools are redundant in bio.tools for format? (annotated with a format and its parents)|||| - Get info on tools from github repo - check for spam tools (just name, home page , description) minimal requierements - model [bio.tools](http://bio.tools) data as a library (where you validate data outside the bio.tools) bio.tools python lib pydantic ### 7/11/2022 **Present:** Lucie, Jennifer, Hans, Dmitry, Johan, Radka, Magnus, Matus, Hervé, Tomas Racek - Daily meeting in the project 25 break out room (https://elixir-europe-org.zoom.us/j/84668354125?pwd=dGhZbFhCSXFheWtYYWNEMkJSanZBUT09#success) 9:30-10:30 am. - Book "Indianapolis" room everyday 9:00-10:30 - Ask for an owl everyday (only fair to get an OWL to hack OWL) - Decide and add a license https://github.com/bio-tools/biohackathon2022 ### 20/10/2022 #### Participants: Magnus, Jennifer, Lucie, Matúš, Hervé, Hans Agenda: - Add ressources to [Available_ressources.md](https://github.com/elixir-europe/biohackathon-projects-2022/blob/main/25/Available_ressources.md) - Communicate with slack from now on? - Work environment Available ressources: we can reuse [code](https://github.com/bio-tools/biohackathon2021) from last year biohackathon. Aksing bh team give rights to the github. Confirmation, from now on we use the slack channel (invite Veit and Anna-Lena) Work envronement: @hans remark = what about people who can't write SPARQL?? Jennifer for example. chek out an alternative to sparql, with json for example. Note from hans to alban: input and output mixed up have a turtle version of edam and bio.tool! ### 06/10/2022 meeting link : https://cnrs.zoom.us/j/92487858648?pwd=WWM1d3h4WGU1SjlJcVBPV2gxaGdSQT09 Link to the elixir bh repo : https://github.com/elixir-europe/biohackathon-projects-2022/tree/main/25 #### Participants: Magnus, Jennifer, Veit, Lucie, Alban, Johan, Matúš, Hervé **In BH physically:** Jennifer, Lucie, Alban (co-lead Bioschemas project), Matus, Hervé **Virtually**: Magnus, Veit (partly), Johan (jet-lagging😉) #### Agenda: Presentation of each participants (their work on EDAM/bio.tools) Review of the project submission Work environment during bh Next meeting? #### Minutes Round table Review of the project submission The project it still relevant today,the need for this comparison and queries on edam/bio.tools is still present. ##### Prepare before BH (here a brief list, see details & ideas below) [Alban, Hervé] Access to query bio.tools, EDAM, optionally other resources [Alban, Lucie] Working environments for us, on local or ideally online. So that we can clone & experiment w/o hassle [Matus, Alban] List of projects and people at BH (in-situ or virtual) we want to coordinate with [Everyone] List of resources and links (for us and for others/newcomers) [Lucie] Paste this doc into HackMD, give access to our GitHub handles, link from https://github.com/elixir-europe/biohackathon-projects-2022/tree/main/25 [Lucie] Onboarding meetup with Jennifer: GitHub account, Gitter, etc. everything (ask Matus if any help/input needed) ##### Work environment during bh - Access to query bio.tools and EDAM → https://github.com/bio-tools/content/blob/master/doc/bioschemas.md - Could we query the whole Tools Ecosystem/Universe too? - Hard to do .. not the same language, no query system … - Bioschemas Tools Profile? - An optional nice-to-have would be the possibility to query at least Galaxy IUC/ToolShed/IWC, BIII, and the WorkflowHub (if anyone wants to contribute – the communities will be there at BH!!!) - Workflows from WorkflowHub -> doable to have an RDF subset - IWC workflows -> galaxy () - list on all available resources, piece of code (on the bh project github) - See https://github.com/bio-tools/biohackathon2021 for the code and notebooks developed during the - 2021 BioHackathon in the “Making bio.tools fit for workflows” project. This includes notebooks to collect and visualize statistics from bio.tools. - SPARQL endpoint + query catalog https://github.com/bio-tools/content/blob/master/doc/bioschemas.md - https://github.com/galaxyproject/iwc/tree/main/workflows - get the 200+ wf from workflow hub as a queryable rdf? - What do we need for this? workflowfinder already queries WfH - unsure if any of this is useful? https://github.com/AustralianBioCommons/australianbiocommons.github.io/blob/master/finders/workflowfinder.py - ALIGNMENT BETWEEN BH PROJECTS: OURS, BIOSCHEMAS, GALAXY/RO-CRATE/IW/WORKFLOWHUB – this will be the ideal use of the BH setup - https://australianbiocommons.github.io/2_1_workflows.html: they used the workflow hub api to get all the wfh info. - https://github.com/galaxyproject/iwc/tree/main/workflows: IWC workflows - when trying to get a wf degistry= be able to identify gaps (when the are some edam missing annotation) - CWL repo? - Make a list of the communities present at the BH and prepare to engage with them - Is it other communities as well? Or just BH? - Have a working environment to freely experiment and query edam and bio.tools. Online? Local setup? Notebook(s)? - Have a Jupyter hub. Ask Christophe Blanchet? Alban can take care of it? Who can host? graph db can be deployed locally easily. Binder (cloud solution that hosts notebook) - A need for different knowledge graph for people to work on separate data sets. https://workflowhub.eu/workflows.json

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully