annotate mob_typer.xml @ 1:2c419df5cdaa draft

planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
author nml
date Thu, 26 Jul 2018 14:50:59 -0400
parents 820eec3fa31f
children 2c7f721a4905
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
1 <tool id="mob_typer" name="MOB-Typer" version="1.4.5">
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
2 <description>Get the plasmid type and mobility given its sequence</description>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
3 <requirements>
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
4 <requirement type="package" version="1.4.5">mob_suite</requirement>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
5 </requirements>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
6 <command detect_errors="exit_code">
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
7 <![CDATA[
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
8 ln -s "${input}" "${input.name}";
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
9 mob_typer --num_threads \${GALAXY_SLOTS:-4} --infile "${input.name}"
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
10 #if str($adv_param.min_rep_evalue_condition.min_rep_evalue_param) == "True":
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
11 --min_rep_evalue $adv_param.min_rep_evalue_condition.min_rep_evalue_value
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
12 #end if
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
13 #if str($adv_param.min_mob_evalue_condition.min_mob_evalue_param) == "True":
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
14 --min_mob_evalue $adv_param.min_mob_evalue_condition.min_mob_evalue_value
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
15 #end if
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
16 #if str($adv_param.min_con_evalue_condition.min_con_evalue_param) == "True":
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
17 --min_con_evalue $adv_param.min_con_evalue_condition.min_con_evalue_value
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
18 #end if
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
19 #if str($adv_param.min_ori_evalue_condition.min_ori_evalue_param) == "True":
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
20 --min_ori_evalue $adv_param.min_ori_evalue_condition.min_ori_evalue_value
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
21 #end if
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
22 --outdir '.';
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
23 ]]>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
24 </command>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
25 <inputs>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
26 <param name="input" type="data" format="fasta" label="Input" help="FASTA file with contig(s)"/>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
27 <section name="adv_param" title="Advanced parameters" expanded="False">
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
28 <conditional name="min_rep_evalue_condition">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
29 <param name="min_rep_evalue_param" label="Minimum evalue threshold for replicon blastn" type="select" value="False">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
30 <option value="False">No</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
31 <option value="True">Yes</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
32 </param>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
33 <when value="True">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
34 <param name="min_rep_evalue_value" type="float" value="0.00001" min="0" max="1" label="e-value (default: 0.00001)"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
35 </when>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
36 <when value="False"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
37 </conditional>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
38 <conditional name="min_mob_evalue_condition">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
39 <param name="min_mob_evalue_param" label="Minimum evalue threshold for relaxase tblastn" type="select" value="False">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
40 <option value="False">No</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
41 <option value="True">Yes</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
42 </param>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
43 <when value="True">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
44 <param name="min_mob_evalue_value" type="float" value="0.00001" min="0.00001" max="1" label="e-value (default: 0.00001)"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
45 </when>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
46 <when value="False"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
47 </conditional>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
48 <conditional name="min_con_evalue_condition">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
49 <param name="min_con_evalue_param" label="Minimum evalue threshold for contig blastn" type="select" value="False">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
50 <option value="False">No</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
51 <option value="True">Yes</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
52 </param>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
53 <when value="True">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
54 <param name="min_con_evalue_value" type="float" value="0.00001" min="0" max="1" label="e-value (default: 0.00001)"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
55 </when>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
56 <when value="False"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
57 </conditional>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
58 <conditional name="min_ori_evalue_condition">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
59 <param name="min_ori_evalue_param" label="Minimum evalue threshold for oriT elements blastn" type="select" value="False">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
60 <option value="False">No</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
61 <option value="True">Yes</option>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
62 </param>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
63 <when value="True">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
64 <param name="min_ori_evalue_value" type="float" value="0.00001" min="0" max="1" label="e-value (default: 0.00001)"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
65 </when>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
66 <when value="False"/>
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
67 </conditional>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
68 </section>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
69 </inputs>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
70 <outputs>
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
71 <data name="outfile1" label="${tool.name}: Plasmid report on ${input.name}" format="tabular">
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
72 <discover_datasets pattern=".+_report\.txt" visible="true" format="tabular" assign_primary_output="true"/>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
73 </data>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
74 </outputs>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
75 <tests>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
76 <test>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
77 <param name="input" value="plasmid_476.fasta" ftype="fasta"/>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
78 <assert_stdout>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
79 <has_text text="JN253636"/>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
80 </assert_stdout>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
81 </test>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
82 </tests>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
83 <help>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
84
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
85 **Syntax**
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
86
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
87 This tool provides *in-silico* predictions on plasmid typing including identification of replicon, relaxase and mate-pair formation protein types. MOB-typer also predicts mobility of a plasmid (Conjugative, Mobilizable, Non-mobilizable). Do not include multiple unrelated plasmids in the input FASTA file as they will be treated as a single plasmid.
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
88
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
89 For more information please visit https://github.com/phac-nml/mob-suite/.
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
90
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
91 -----
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
92
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
93 **Input:**
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
94
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
95 A FASTA file with a single or multiple contigs (e.g. plasmid.fasta):
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
96
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
97
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
98 **Output:**
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
99
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
100 Tab-delimited report listing identified plasmid(s) and their predicted mobility. Refer to https://github.com/phac-nml/mob-suite#mob-typer-report-file-format for the description of each column.
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
101
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
102
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
103 </help>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
104 <citations>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
105 <citation type="bibtex">
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
106 @misc{githubmob-suite,
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
107 author = {Robertson J, Nash J},
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
108 title = {MOB-Suite: Software tools for clustering, reconstruction and typing of plasmids from draft assemblies.},
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
109 publisher = {GitHub},
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
110 journal = {GitHub repository},
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
111 doi = {10.1099/mgen.0.000206},
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
112 url = {https://github.com/phac-nml/mob-suite}
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
113 }</citation>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
114 </citations>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
115 </tool>