# HG changeset patch
# User nml
# Date 1740163274 0
# Node ID 2fd93022d5d7b3f35b4aa2b9686f2f7c5c36fe43
# Parent 93ba63eaf3945523d8080ac934443d6f12e32af7
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/mob-suite commit 8bd2d0ff4101e7e7e6a45247d616929593a03cd4
diff -r 93ba63eaf394 -r 2fd93022d5d7 macros.xml
--- a/macros.xml Thu Aug 05 21:53:36 2021 +0000
+++ b/macros.xml Fri Feb 21 18:41:14 2025 +0000
@@ -1,5 +1,10 @@
- 3.0.3
+ 3.1.9
+
+
+ mob_suite
+
+
mob_suite
diff -r 93ba63eaf394 -r 2fd93022d5d7 mob_recon.xml
--- a/mob_recon.xml Thu Aug 05 21:53:36 2021 +0000
+++ b/mob_recon.xml Fri Feb 21 18:41:14 2025 +0000
@@ -2,7 +2,8 @@
Type contigs and extract plasmid sequences
macros.xml
-
+
+
mob_recon --version
@@ -14,7 +15,7 @@
ln -s '$input' '$named_input' &&
- mob_recon --num_threads \${GALAXY_SLOTS:-4} --infile '${named_input}' --run_typer
+ mob_recon --num_threads \${GALAXY_SLOTS:-4} --infile '${named_input}'
#if $adv_param.unicycler_contigs:
--unicycler_contigs
@@ -56,6 +57,16 @@
--plasmid_orit '$adv_param.plasmid_orit'
#end if
+ #if $adv_param.filter_db
+ --filter_db '$adv_param.filter_db'
+ #end if
+
+ --mash_genome_neighbor_threshold '${adv_param.mash_genome_neighbor_threshold}'
+ --primary_cluster_dist '${adv_param.primary_cluster_dist}'
+ --secondary_cluster_dist '${adv_param.secondary_cluster_dist}'
+ --max_contig_size '${adv_param.max_contig_size}'
+ --max_plasmid_size '${adv_param.max_plasmid_size}'
+
--min_length '${adv_param.min_length}'
--min_rep_evalue '${adv_param.min_rep_evalue}'
--min_rep_evalue '${adv_param.min_rep_evalue}'
@@ -70,6 +81,8 @@
--min_mob_cov '${adv_param.min_mob_cov}'
--min_con_cov '${adv_param.min_con_cov}'
--min_rpp_cov '${adv_param.min_rpp_cov}'
+
+
--outdir 'outdir' &&
mkdir ./outdir/plasmids && (mv outdir/plasmid*.fasta ./outdir/plasmids 2> /dev/null || true)
]]>
@@ -77,40 +90,50 @@
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -146,10 +169,6 @@
For more information please visit https://github.com/phac-nml/mob-suite/.
-**Workflow**
-
-This preliminary \"Mobilome and Resistome Analysis Workflow\" linking mob_recon with staramr provides reports on mobilome and resistome for a given isolate given a draft genome assembly. The workflow is located in Shared Data --> Workflows --> Mobilome and Resistome Analysis Workflow (MOB-Recon and STARAMR). The workflow file can also be manually downloaded from https://raw.githubusercontent.com/phac-nml/galaxy_tools/master/tools/mob_suite/workflows/AMRworkflow_STARAMR.ga.
-
-----
**Input:**
@@ -161,7 +180,7 @@
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.
-Note: Plasmid sequences will not be output if none are found. Some plasmid could be intergrated into a chromosome.
+**Note:** Plasmid sequences will not be output if none are found. Some plasmid could be intergrated into a chromosome.
diff -r 93ba63eaf394 -r 2fd93022d5d7 mob_typer.xml
--- a/mob_typer.xml Thu Aug 05 21:53:36 2021 +0000
+++ b/mob_typer.xml Fri Feb 21 18:41:14 2025 +0000
@@ -3,6 +3,7 @@
macros.xml
+
mob_typer --version
@@ -60,6 +61,11 @@
#if $adv_param.debug
--debug
#end if
+
+ #if $adv_param.biomarker_report_file
+ --biomarker_report_file biomarker_report.txt
+ #end if
+
--out_file plasmid_report.txt;
@@ -68,31 +74,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -114,7 +123,7 @@
**Syntax**
-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.
+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) and potential host range.
For more information please visit https://github.com/phac-nml/mob-suite/.
@@ -127,9 +136,9 @@
**Output:**
-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.
+Tab-delimited report listing identified plasmid(s) and their predicted mobility and host range and optionally a biomarker report (if selected). Refer to https://github.com/phac-nml/mob-suite#mob-typer-report-file-format for the description of each column.
-
+**Note:** Do not include multiple unrelated plasmids in the input FASTA file as they will be treated as a single plasmid or turn on the **--multi** parameter (i.e. *Treat each input sequence as an independent plasmid?*).