Mercurial > repos > nml > mob_suite
annotate mob_typer.xml @ 3:066b2a1c6a55 draft
planemo upload for repository https://github.com/phac-nml/mob-suite commit 0d017a04a662d1afcd154712ebb699860341af45
author | nml |
---|---|
date | Mon, 20 Aug 2018 15:04:54 -0400 |
parents | 2c7f721a4905 |
children | 09424ec94e80 |
rev | line source |
---|---|
2
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
1 <tool id="mob_typer" name="MOB-Typer" version="1.4.8"> |
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> |
2
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
4 <requirement type="package" version="1.4.8">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}" |
2
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
10 --min_rep_evalue '$adv_param.min_rep_evalue_value' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
11 --min_mob_evalue '$adv_param.min_mob_evalue_value' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
12 --min_con_evalue '$adv_param.min_con_evalue_value' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
13 --min_ori_evalue '$adv_param.min_ori_evalue_value' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
14 --min_mpf_evalue '$adv_param.min_mpf_evalue' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
15 --min_rep_ident '$adv_param.min_rep_ident' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
16 --min_mob_ident '$adv_param.min_mob_ident' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
17 --min_ori_ident '$adv_param.min_ori_ident' |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
18 --min_mpf_ident '$adv_param.min_mpf_ident' |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
19 --outdir '.'; |
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
20 ]]> |
0
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
21 </command> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
22 <inputs> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
23 <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
|
24 <section name="adv_param" title="Advanced parameters" expanded="False"> |
2
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
25 <param name="min_rep_evalue_value" type="float" value="0.00001" min="0.00001" max="1" label="Minimum evalue threshold for replicon blastn"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
26 <param name="min_mob_evalue_value" type="float" value="0.00001" min="0.00001" max="1" label="Minimum evalue threshold for relaxase tblastn"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
27 <param name="min_con_evalue_value" type="float" value="0.00001" min="0.00001" max="1" label="Minimum evalue threshold for contig blastn"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
28 <param name="min_ori_evalue_value" type="float" value="0.00001" min="0.00001" max="1" label="Minimum evalue threshold for oriT elements blastn"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
29 <param name="min_mpf_evalue" type="float" value="0.00001" min="0.00001" max="1" label="Minimum evalue threshold for mpf elements blastn"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
30 <param name="min_rep_ident" label="Minimum sequence identity for replicons" type="integer" min="0" max="100" value="80"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
31 <param name="min_mob_ident" label="Minimum sequence identity for relaxases" type="integer" min="0" max="100" value="80"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
32 <param name="min_ori_ident" label="Minimum sequence identity for oriT elements" type="integer" min="0" max="100" value="90"/> |
2c7f721a4905
planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents:
1
diff
changeset
|
33 <param name="min_mpf_ident" label="Minimum sequence identity for mpf elements" type="integer" min="0" max="100" value="80"/> |
0
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
34 </section> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
35 </inputs> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
36 <outputs> |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
37 <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
|
38 <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
|
39 </data> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
40 </outputs> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
41 <tests> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
42 <test> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
43 <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
|
44 <assert_stdout> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
45 <has_text text="JN253636"/> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
46 </assert_stdout> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
47 </test> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
48 </tests> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
49 <help> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
50 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
51 **Syntax** |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
52 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
53 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
|
54 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
55 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
|
56 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
57 ----- |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
58 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
59 **Input:** |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
60 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
61 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
|
62 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
63 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
64 **Output:** |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
65 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
66 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
|
67 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
68 |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
69 </help> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
70 <citations> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
71 <citation type="bibtex"> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
72 @misc{githubmob-suite, |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
73 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
|
74 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
|
75 publisher = {GitHub}, |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
76 journal = {GitHub repository}, |
1
2c419df5cdaa
planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents:
0
diff
changeset
|
77 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
|
78 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
|
79 }</citation> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
80 </citations> |
820eec3fa31f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff
changeset
|
81 </tool> |