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 for mob_suite #248

Open
wants to merge 2 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
2 changes: 1 addition & 1 deletion tools/mob_suite/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: MOB-suite is a set of software tools for clustering, reconstruction
name: mob_suite
owner: nml
long_description: The MOB-suite is designed to be a modular set of tools for the typing and reconstruction of plasmid sequences from WGS assemblies designed by Robertson James et al.
remote_repository_url: https://github.com/phac-nml/mob-suite
remote_repository_url: https://github.com/phac-nml/galaxy_tools/tree/master/tools/mob-suite
homepage_url: https://github.com/phac-nml/mob-suite
11 changes: 8 additions & 3 deletions tools/mob_suite/macros.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<macros>
<token name="@VERSION@">3.0.3</token>
<xml name="bio_tools">
<xrefs>
<xref type="bio.tools">mob_suite</xref>
</xrefs>
</xml>
<xml name="requirements">
<requirements>
<requirement type="package" version ="@VERSION@">mob_suite</requirement>
</requirements>
<requirements>
<requirement type="package" version ="@VERSION@">mob_suite</requirement>
</requirements>
</xml>
</macros>
3 changes: 2 additions & 1 deletion tools/mob_suite/mob_recon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<description>Type contigs and extract plasmid sequences</description>
<macros>
<import>macros.xml</import>
</macros>
</macros>
<expand macro="bio_tools"/>
<expand macro="requirements" />
<version_command>mob_recon --version</version_command>
<command detect_errors="exit_code">
Expand Down
1 change: 1 addition & 0 deletions tools/mob_suite/mob_typer.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="bio_tools"/>
<expand macro="requirements"/>
<version_command>mob_typer --version</version_command>
<command detect_errors="exit_code">
Expand Down