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

Add bio.tools to fairy #6734

Merged
merged 2 commits into from
Feb 10, 2025
Merged
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
2 changes: 1 addition & 1 deletion tools/fairy/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ long_description: |
Fairy is a software package, written in Rust, which create coverage file
for metagenomic binning. This tool can create coverage files 100x-1000x
faster than read alignment.
remote_repository_url: https://github.com/bluenote-1577/fairy
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/main/tools/fairy
type: unrestricted
categories:
- Metagenomics
Expand Down
1 change: 1 addition & 0 deletions tools/fairy/fairy_cov.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
<![CDATA[
Expand Down
1 change: 1 addition & 0 deletions tools/fairy/fairy_sketch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="xrefs"/>
<expand macro="requirements"/>
<command detect_errors="exit_code">
<![CDATA[
Expand Down
5 changes: 5 additions & 0 deletions tools/fairy/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<token name="@TOOL_VERSION@">0.5.7</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">24.1</token>
<xml name="xrefs">
<xrefs>
<xref type="bio.tools">fairy</xref>
</xrefs>
</xml>
<xml name="citations">
<citations>
<citation type="doi">10.1101/2024.04.23.590803</citation>
Expand Down