Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .tt_skip
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tool_collections/taxonomy/gi2taxonomy
tool_collections/taxonomy/lca_wrapper
tool_collections/taxonomy/poisson2test
tool_collections/taxonomy/t2ps
tool_collections/taxonomy/t2t_report
tool_collections/vcftools/vcftools_annotate
tool_collections/vcftools/vcftools_compare
tool_collections/vcftools/vcftools_isec
Expand Down
2 changes: 1 addition & 1 deletion tool_collections/taxonomy/t2t_report/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ long_description: |
name: t2t_report
owner: devteam
homepage_url: https://bitbucket.org/natefoo/taxonomy
remote_repository_url: https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/taxonomy/t2t_report
remote_repository_url: https://github.com/galaxyproject/tools-devteam/tree/main/tool_collections/taxonomy/t2t_report
type: unrestricted
3 changes: 3 additions & 0 deletions tool_collections/taxonomy/t2t_report/t2t_report.xml
Original file line number Diff line number Diff line change
@@ -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>
Copy link
Contributor

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

Copy link
Member

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

</requirements>
Expand Down