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

added bio.tools to kat_filter #260

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
5 changes: 5 additions & 0 deletions tools/getmlst/getmlst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<requirements>
<requirement type="package" version="0.1.4.6">srst2</requirement>
</requirements>
<xml name="xrefs">
<xrefs>
<xref type="bio.tools">getmlst</xref>
</xrefs>
</xml>
<stdio>
<exit_code range="2" level="fatal" description="Please be more specific."/>
<exit_code range="1" level="fatal" description="No species matched your query."/>
Expand Down
5 changes: 5 additions & 0 deletions tools/hivtrace/hivtrace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<requirements>
<requirement type="package" version="0.1.4">hivtrace</requirement>
</requirements>
<xml name="xrefs">
<xrefs>
<xref type="bio.tools">hivtrace</xref>
</xrefs>
</xml>
<stdio>
<exit_code range="1:" />
</stdio>
Expand Down
1 change: 1 addition & 0 deletions tools/kat_filter/kat_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<token name="@EXECUTABLE@">filter_seq</token>
<import>macros.xml</import>
</macros>
<expand macro="biotools" />
<expand macro="requirements" />
<expand macro="stdio" />
<expand macro="version_command" />
Expand Down
5 changes: 5 additions & 0 deletions tools/kat_filter/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<requirement type="package" version="2.3.1">kat</requirement>
</requirements>
</xml>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">kat</xref>
</xrefs>
</xml>
<xml name="stdio">
<stdio>
<exit_code range="1:" />
Expand Down