# HG changeset patch
# User thanhlv
# Date 1568732939 14400
# Node ID b94de04ca7c266a5a375c1fefe26227127fcae50
# Parent 693c8773a40ce57172dbe561637bf0e735effb8f
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
diff -r 693c8773a40c -r b94de04ca7c2 flye.xml
--- a/flye.xml Tue Jul 30 10:46:28 2019 -0400
+++ b/flye.xml Tue Sep 17 11:08:59 2019 -0400
@@ -6,7 +6,7 @@
flye --version
- &1
- ]]>
+ ]]>
-
+
+
+
@@ -59,14 +71,30 @@
+
+ The genome size estimate is used for solid k-mer selection in the
+ initial disjointig assembly stage. Flye is not very sensitive to this
+ parameter, and the estimate could be rough. It is ok if the parameter is
+ within 0.5x-2x of the actual genome size. If the final assembly size is
+ very different from the initial guess, consider re-running the pipeline
+ with an updated estimate for better results.
+
+An alternative option is to run Flye in --meta mode, which uses a different
+ approach for solid k-mer selection. This mode is almost independent from the
+ genome size parameter (you still need to provide an estimate for the selection
+ of some other parameters). When assembly is completed, you can re-run in the
+ normal mode with the inferred genome size.
+ ]]>
+ ^([0-9]*[.])?[0-9]+[kmg]?$
-
+
-
+
@@ -103,23 +131,39 @@
-
+
+ - Length
+
+ - Coverage
+
+ - Is circular (representing circular sequence, such as bacterial chromosome or plasmid)
+
+ - Is repetitive (represents repeated, rather than unique sequence)
+
+ - Multiplicity (inferred multiplicity based on coverage)
+
+ - Graph path (repeat graph path corresponding to this contig/scaffold). Scaffold gaps are marked with ?? symbols, and * symbol denotes a terminal graph node.
+
+ scaffolds.fasta file is a symlink to assembly.fasta, which is retained for the backward compatibility.
+ ]]>
+