Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool Labels - Options #32

Open
zagorGit opened this issue Jul 1, 2020 · 4 comments
Open

Tool Labels - Options #32

zagorGit opened this issue Jul 1, 2020 · 4 comments

Comments

@zagorGit
Copy link

zagorGit commented Jul 1, 2020

Is it possible to define custom label, as it seems that some labels defined within 'Browse resources by popular terms' (https://bio.tools/) do not exist anymore in the drop-down menu and some useful are missing?

@hansioan
Copy link
Member

hansioan commented Jul 1, 2020

@zagorGit
Could you please point out which of them are missing?
Also, a way of adding "labels" is to add a Collection item (in the tool edit page under the Labels tab)

@zagorGit
Copy link
Author

zagorGit commented Jul 1, 2020

Ok, thank you.

I would like that my tool appears in the 'Pathway or network visualisation' subsection (section Other) while browsing https://bio.tools/. Adding it via Collection did not help with it.

I would also appreciate more tags related to Data management, metadata, and FAIR data/sharing. At the moment it reads like the focus is on the databases, or various terms are concatenated within one tag -- not all are necessarily covered with one tool.

@hansioan
Copy link
Member

hansioan commented Jul 1, 2020

@zagorGit
This is because Pathway or network visualisation is an EDAM Ontology concept, see
http://edamontology.org/operation_3083
It seems that this concept has been deprecated in EDAM and thus cannot be used in bio.tools in an easy way.
You can use one or both of

since those are the replacements in EDAM for the deprecated concept Pathway or network visualisation, but this won't make your tool appear in the bio.tools section.
If you do however wish your tool to appear in the section you can still use the deprecated Pathway or network visualisation concept, but you will have to add it manually via the JSON tab since it's no longer part of the current EDAM version, but bio.tools supports deprecated concepts if you really need them. If you look in the JSON tab for other operations, you can duplicate the same structure and add the concept.
I added an example below

 "function": [
    {
      "operation": [
        {
          "term": "Pathway or network visualisation",
          "uri": "http://edamontology.org/operation_3083"
        }
      ]
    }
  ]

If you want I can add the concept for you , just let me know for which tool(s). Also, if the operation is part of a function with input and output you can also let me know of those concepts. Or I can just add the operation for you and you can add the rest of the inputs and outputs.

@zagorGit
Copy link
Author

zagorGit commented Jul 2, 2020

Thank you for the elaborated and prompt answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants