annotate mob_typer.xml @ 9:93ba63eaf394 draft default tip

"planemo upload for repository https://github.com/phac-nml/mob-suite commit 7ecd5079d62ccc38a9cc41bd2b9553b21221c76a"
author nml
date Thu, 05 Aug 2021 21:53:36 +0000
parents 53f50adcb78e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
53f50adcb78e "planemo upload for repository https://github.com/phac-nml/mob-suite commit 314c26f1f5e22511c6f406cd9b7108f873cec295"
nml
parents: 7
diff changeset
1 <tool id="mob_typer" name="MOB-Typer" version="@VERSION@+galaxy0">
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>
8
53f50adcb78e "planemo upload for repository https://github.com/phac-nml/mob-suite commit 314c26f1f5e22511c6f406cd9b7108f873cec295"
nml
parents: 7
diff changeset
3 <macros>
53f50adcb78e "planemo upload for repository https://github.com/phac-nml/mob-suite commit 314c26f1f5e22511c6f406cd9b7108f873cec295"
nml
parents: 7
diff changeset
4 <import>macros.xml</import>
53f50adcb78e "planemo upload for repository https://github.com/phac-nml/mob-suite commit 314c26f1f5e22511c6f406cd9b7108f873cec295"
nml
parents: 7
diff changeset
5 </macros>
53f50adcb78e "planemo upload for repository https://github.com/phac-nml/mob-suite commit 314c26f1f5e22511c6f406cd9b7108f873cec295"
nml
parents: 7
diff changeset
6 <expand macro="requirements"/>
6
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
7 <version_command>mob_typer --version</version_command>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
8 <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
9 <![CDATA[
6
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
10 ln -s '${input}' '${input.name}' &&
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
11 mob_typer --num_threads \${GALAXY_SLOTS:-4} --infile '${input.name}'
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
12
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
13
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
14 #if $adv_param.multi
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
15 --multi
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
16 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
17
2
2c7f721a4905 planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents: 1
diff changeset
18 --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
19 --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
20 --min_con_evalue '$adv_param.min_con_evalue_value'
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
21 --min_length '$adv_param.min_length'
2
2c7f721a4905 planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents: 1
diff changeset
22 --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
23 --min_mob_ident '$adv_param.min_mob_ident'
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
24
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
25 --min_con_ident '$adv_param.min_con_ident'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
26 --min_rep_cov '$adv_param.min_rep_cov'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
27 --min_mob_cov '$adv_param.min_mob_cov'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
28 --min_con_cov '$adv_param.min_con_cov'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
29 --min_overlap '$adv_param.min_overlap'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
30
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
31 #if $adv_param.plasmid_db
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
32 --plasmid_db '$adv_param.plasmid_db'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
33 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
34
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
35
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
36 #if $adv_param.plasmid_mash_db
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
37 --plasmid_mash_db '$adv_param.plasmid_mash_db'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
38 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
39
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
40 #if $adv_param.plasmid_meta
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
41 --plasmid_meta '$adv_param.plasmid_meta'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
42 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
43
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
44 #if $adv_param.repetitive_mask
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
45 --repetitive_mask '$adv_param.repetitive_mask'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
46 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
47
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
48 #if $adv_param.plasmid_mob
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
49 --plasmid_mob '$adv_param.plasmid_mob'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
50 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
51
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
52 #if $adv_param.plasmid_mpf
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
53 --plasmid_mpf '$adv_param.plasmid_mpf'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
54 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
55
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
56 #if $adv_param.plasmid_orit
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
57 --plasmid_orit '$adv_param.plasmid_orit'
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
58 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
59
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
60 #if $adv_param.debug
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
61 --debug
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
62 #end if
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
63
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
64 --out_file plasmid_report.txt;
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
65
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
66 ]]>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
67 </command>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
68 <inputs>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
69 <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
70 <section name="adv_param" title="Advanced parameters" expanded="False">
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
71 <param name="multi" type="boolean" truevalue="true" falsevalue="" checked="false" label="Treat each input sequence as an independant plasmid?" />
2
2c7f721a4905 planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents: 1
diff changeset
72 <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
73 <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
74 <param name="min_con_evalue_value" type="float" value="0.00001" min="0.00001" max="1" label="Minimum evalue threshold for contig blastn"/>
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
75 <param name="min_length" type="integer" value="1000" label="Minimum length of contigs to classify"/>
2
2c7f721a4905 planemo upload for repository https://github.com/phac-nml/mob-suite commit eecf57ea6130c483487087554c53918fe2b556dd
nml
parents: 1
diff changeset
76 <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
77 <param name="min_mob_ident" label="Minimum sequence identity for relaxases" type="integer" min="0" max="100" value="80"/>
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
78 <param name="min_con_ident" label="Minimum sequence identity for contigs" type="integer" min="0" max="100" value="80"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
79 <param name="min_rep_cov" label="Minimum percentage coverage of replicon query by input assembly" type="integer" min="0" max="100" value="80"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
80 <param name="min_mob_cov" label="Minimum percentage coverage of relaxase query by input assembly" type="integer" min="0" max="100" value="80"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
81 <param name="min_con_cov" label="Minimum percentage coverage of assembly contig by the plasmid reference database to be considered" type="integer" min="0" max="100" value="70"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
82 <param name="min_overlap" label="Minimum overlap of fragments" type="integer" min="0" max="100" value="10"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
83 <param name="debug" type="boolean" truevalue="true" falsevalue="" checked="false" label="Provide debug information?" />
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
84 <param name="plasmid_db" optional="true" type="data" format="fasta" label="Reference Database of complete plasmids" help=""/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
85 <param name="plasmid_mash_db" optional="true" type="data" format="binary" label="Custom MASH database of plasmids" help="Companion MASH database of reference database"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
86 <param name="plasmid_meta" type="data" optional="true" format="text" label="Plasmid cluster metadata file" help="MOB-cluster plasmid cluster formatted metadata file matched to the reference plasmid db"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
87 <param name="plasmid_replicons" type="data" optional="true" format="fasta" label="FASTA file with plasmid replicons" help="FASTA of plasmid replicons"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
88 <param name="repetitive_mask" type="data" optional="true" format="fasta" label="FASTA of known repetitive elements" help="FASTA of known repetitive elements"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
89 <param name="plasmid_mob" type="data" optional="true" format="fasta" label="FASTA of plasmid relaxases" help="FASTA of plasmid relaxases"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
90 <param name="plasmid_mpf" type="data" optional="true" format="fasta" label="FASTA of known plasmid mate-pair proteins" help="FASTA of known plasmid mate-pair proteins"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
91 <param name="plasmid_orit" type="data" optional="true" format="fasta" label="FASTA of known plasmid oriT dna sequences" help="FASTA of known plasmid oriT dna sequences"/>
6
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
92 </section>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
93 </inputs>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
94 <outputs>
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
95 <data name="plasmid_report" from_work_dir="plasmid_report.txt" label="${tool.name}: Plasmid report on ${input.element_identifier}" format="tabular" />
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
96 </outputs>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
97 <tests>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
98 <test>
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
99 <param name="input" value="plasmid_476.fasta" ftype="fasta"/>
6
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
100 <output name="plasmid_report">
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
101 <assert_contents>
7
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
102 <has_text text="KJ484639"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
103 <has_text text="MOBP"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
104 <has_text text="NC_019097"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
105 <has_text text="conjugative"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
106 <has_text text="AA474"/>
822575bf359f "planemo upload for repository https://github.com/phac-nml/mob-suite commit 814769a7d86fa4ca552e93f8d707412e9ba23b1b"
nml
parents: 6
diff changeset
107 <has_text text="AI614"/>
6
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
108 <has_text_matching expression="family\tEnterobacteriaceae"/>
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
109 </assert_contents>
9424de64bfa8 "planemo upload for repository https://github.com/phac-nml/mob-suite commit dc6eaf2675bf842ab7a52c3fdf16d01028cddc9a"
nml
parents: 5
diff changeset
110 </output>
0
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
111 </test>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
112 </tests>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
113 <help>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
114
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
115 **Syntax**
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
116
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
117 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
118
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
119 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
120
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
121 -----
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
122
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
123 **Input:**
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
124
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
125 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
126
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
127
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
128 **Output:**
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
129
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
130 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
131
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
132
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
133 </help>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
134 <citations>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
135 <citation type="bibtex">
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
136 @misc{githubmob-suite,
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
137 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
138 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
139 publisher = {GitHub},
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
140 journal = {GitHub repository},
1
2c419df5cdaa planemo upload for repository https://github.com/phac-nml/mob-suite commit 7681cd156a24e77ca039f3137145b6949a2ad5a3
nml
parents: 0
diff changeset
141 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
142 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
143 }</citation>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
144 </citations>
820eec3fa31f planemo upload for repository https://github.com/phac-nml/mob-suite commit 8c045f39dc0cdaa69876714f74f0470de6ce3c6c-dirty
nml
parents:
diff changeset
145 </tool>