Mercurial > repos > nml > mob_suite
annotate mob_recon.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 |
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_recon" name="MOB-Recon" 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>Type contigs and extract plasmid sequences</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[ |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
8 ln -s "${input}" "${input.name}"; |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
9 |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
10 mob_recon --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
|
11 #if str($adv_param.unicycler_contigs) == "True": |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
12 --unicycler_contigs |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
13 #end if |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
14 #if str($adv_param.run_circlator) == "True": |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
15 --run_circlator |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
16 #end if |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
17 #if str($adv_param.min_length_condition.min_length_param) == "True": |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
18 --min_length ${adv_param.min_length_condition.min_length_value} |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
19 #end if |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
20 --run_typer --outdir '.'; |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
21 ]]> |
0
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
22 </command> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
23 <inputs> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
24 <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
|
25 <section name="adv_param" title="Advanced parameters" expanded="False"> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
26 <param name="unicycler_contigs" label="Check for circularity flag generated by unicycler in contigs fasta headers" type="select" value="True"> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
27 <option value="True">Yes</option> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
28 <option value="False">No</option> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
29 </param> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
30 <param name="run_circlator" label="Run circlator minums2 pipeline to check for circular contigs" type="select" value="True"> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
31 <option value="True">Yes</option> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
32 <option value="False">No</option> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
33 </param> |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
34 <conditional name="min_length_condition"> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
35 <param name="min_length_param" label="Minimum length of contigs to classify" type="select" value="False"> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
36 <option value="False">No</option> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
37 <option value="True">Yes</option> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
38 </param> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
39 <when value="True"> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
40 <param name="min_length_value" type="integer" value="500" min="50"/> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
41 </when> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
42 <when value="False"/> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
43 </conditional> |
0
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
44 </section> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
45 </inputs> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
46 <outputs> |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
47 <data name="outfile1" format="tabular" from_work_dir="contig_report.txt" label="${tool.name}: Overall contig MOB-recon report"/> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
48 <data name="outfile2" format="tabular" from_work_dir="repetitive_blast_report.txt" label="${tool.name}: Repetitive elements BLAST report"/> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
49 <data name="outfile3" format="fasta" from_work_dir="chromosome.fasta" label="${tool.name}: Chromosomal sequences"/> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
50 <data name="outfile4" format="tabular" from_work_dir="mobtyper_aggregate_report.txt" label="${tool.name}: Aggregate MOB-typer report for all contigs"/> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
51 <data name="outfile5" format="fasta" label="${tool.name}: Plasmid sequence" hidden="true"> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
52 <discover_datasets pattern="plasmid_.+\.(?P<ext>.+)" ext="fasta" visible="true" assign_primary_output="false"/> |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
53 </data> |
0
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
54 </outputs> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
55 <tests> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
56 <test> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
57 <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
|
58 <section name="adv_param"> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
59 <param name="evalue" value="0.00001"/> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
60 <param name="unicycler_contigs" value="True"/> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
61 <param name="run_circlator" value="True"/> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
62 </section> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
63 <output name="outfile1"> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
64 <assert_contents> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
65 <has_text text="NC_019097"/> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
66 </assert_contents> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
67 </output> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
68 </test> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
69 </tests> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
70 <help> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
71 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
72 **Syntax** |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
73 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
74 This tool reconstructs individual plasmid sequences from draft genome assemblies using the plasmid reference databases. |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
75 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
76 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
|
77 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
78 ----- |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
79 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
80 **Input:** |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
81 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
82 A FASTA file with a single or multiple contigs (e.g. a draft genome assembly): |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
83 |
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 **Output:** |
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 Tab-delimited report listing information for each input contig on its cluster number, possible replicon, relaxase, and repetitive elements types, etc. Refer to https://github.com/phac-nml/mob-suite#mob-recon-contig-report-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
|
88 |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
89 Note: Plasmid sequences will not be output if none are found. Some plasmid could be intergrated into a chromosome. |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
90 |
0
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 </help> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
93 <citations> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
94 <citation type="bibtex"> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
95 @misc{githubmob-suite, |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
96 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
|
97 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
|
98 publisher = {GitHub}, |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
99 journal = {GitHub repository}, |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
100 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
|
101 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
|
102 }</citation> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
103 </citations> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
104 </tool> |