-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add bio.tools for t2t report #623
base: main
Are you sure you want to change the base?
Add bio.tools for t2t report #623
Conversation
@@ -1,5 +1,8 @@ | |||
<tool id="t2t_report" name="Summarize taxonomy" version="1.0.0"> | |||
<description></description> | |||
<xrefs> | |||
<xref type="bio.tools">t2t_report</xref> | |||
</xrefs> | |||
<requirements> | |||
<requirement type="package" version="1.0.0">taxonomy</requirement> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering why the tests don't run...
Guess the tool won't work anymore. there is no conda requirement (at least for the software in question .. https://anaconda.org/bioconda/taxonomy seems to be something else).
ping @natefoo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I managed to find a copy of this repository and converted it to git: https://github.com/natefoo/taxonomy
However as noted in the README, the canonical source is https://github.com/spond/gb_taxonomy_tools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests won't run unless
Line 10 in 4196e9b
tool_collections/taxonomy/t2t_report |
In general, can you obtain for the tools in devteam that we want to touch here statistics on how much they are used on usegalaxy.eu?
Hi all,
This PR links the tools to its bio.tools entry: https://bio.tools/t2t_report
It will be useful to get EDAM ontology annotations
Engy