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 diamond toolmsg #1414

Merged
merged 2 commits into from
Feb 21, 2025
Merged
Changes from 1 commit
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
23 changes: 8 additions & 15 deletions group_vars/sn06/toolmsg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,18 @@
# message: <strong>We recommend using Diamond instead.</strong>
# class: warning

# Example 2: Display a warning message for the tool ncbi_blastp_wrapper, the message will be in bold format and will have a link to the Diamond tool
# toolmsg_messages:
# - tool_id: toolshed.g2.bx.psu.edu/repos/devteam/ncbi_blast_plus/ncbi_blastp_wrapper
# message: >
# <strong>We recommend using
# <a href="https://usegalaxy.eu/?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fbgruening%2Fdiamond%2Fbg_diamond%2F2.1.11%2Bgalaxy0&version=latest"
# target="_blank"
# >
# Diamond
# </a>
# instead.</strong>
# class: warning
toolmsg_messages:
- tool_id: toolshed.g2.bx.psu.edu/repos/devteam/ncbi_blast_plus/ncbi_blastp_wrapper
message: >
<strong>We recommend using
<a href="https://usegalaxy.eu/?tool_id=bg_diamond">Diamond</a>
instead. Pairwise alignment of proteins and translated DNA can be up to 100x-10,000x faster than BLAST.</strong>
class: warning

toolmsg_messages:

Check failure on line 27 in group_vars/sn06/toolmsg.yml

View workflow job for this annotation

GitHub Actions / Lint

27:1 [key-duplicates] duplication of key "toolmsg_messages" in mapping
- tool_id: toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc
message: >
<strong>We recommend using
<a href="https://usegalaxy.eu/?tool_id=falco" target="_blank">
Falco
</a>
<a href="https://usegalaxy.eu/?tool_id=falco">Falco</a>
instead. Falco is 3 times faster and offers the same functionality as FASTQC.</strong>
class: warning
Loading