# HG changeset patch
# User dfornika
# Date 1569431332 14400
# Node ID 0c31aadddc8d84ed5ca65391186c59700ef146c9
# Parent 72c998d3052b208c4163eba47f6a24f7ce8ff81f
planemo upload for repository https://github.com/phac-nml/mob-suite commit 0dd60ac52b9d34ee1f446182eda78cb8c01de6d1-dirty
diff -r 72c998d3052b -r 0c31aadddc8d mob_recon.xml
--- a/mob_recon.xml Tue Sep 24 19:23:38 2019 -0400
+++ b/mob_recon.xml Wed Sep 25 13:08:52 2019 -0400
@@ -33,8 +33,6 @@
--min_con_ident '${adv_param.min_con_ident}'
--min_rpp_ident '${adv_param.min_rpp_ident}'
--outdir '.' &&
- mkdir ./plasmids && (cp plasmid*.fasta ./plasmids 2> /dev/null || true) &&
- tar -czf plasmids.tar.gz plasmids
]]>
@@ -77,11 +75,9 @@
-
-
+
-
-
+
diff -r 72c998d3052b -r 0c31aadddc8d mob_typer.xml
--- a/mob_typer.xml Tue Sep 24 19:23:38 2019 -0400
+++ b/mob_typer.xml Wed Sep 25 13:08:52 2019 -0400
@@ -34,7 +34,7 @@
-
+
diff -r 72c998d3052b -r 0c31aadddc8d mob_typer_zipped.xml
--- a/mob_typer_zipped.xml Tue Sep 24 19:23:38 2019 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,83 +0,0 @@
-
- Get the plasmid type and mobility given its sequence
-
- mob_suite
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-**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.
-
-For more information please visit https://github.com/phac-nml/mob-suite/.
-
------
-
-**Input:**
-
-A FASTA file with a single or multiple contigs (e.g. plasmid.fasta):
-
-
-**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.
-
-
-
-
-
- @misc{githubmob-suite,
- author = {Robertson J, Nash J},
- title = {MOB-Suite: Software tools for clustering, reconstruction and typing of plasmids from draft assemblies.},
- publisher = {GitHub},
- journal = {GitHub repository},
- doi = {10.1099/mgen.0.000206},
- url = {https://github.com/phac-nml/mob-suite}
- }
-
-