Mercurial > repos > thanhlv > flye
annotate flye.xml @ 12:af4c47bfdd37 draft
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
| author | thanhlv |
|---|---|
| date | Tue, 31 Mar 2020 20:35:43 +0000 |
| parents | c9168c451a85 |
| children | 0a59ae153827 |
| rev | line source |
|---|---|
|
10
75b2cf8c5aa4
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
9
diff
changeset
|
1 <tool id="flye" name="Flye assembler" version="@VERSION@+galaxy1"> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
2 <description>of long and error-prone reads</description> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
3 <macros> |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
4 <token name="@VERSION@">2.7</token> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
5 </macros> |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
6 <requirements> |
|
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
7 <requirement type="package" version="@VERSION@">flye</requirement> |
|
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
8 </requirements> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
9 <version_command>flye --version</version_command> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
10 <command detect_errors="exit_code"> |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
11 <![CDATA[ |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
12 #if $input.is_of_type('fastqsanger', 'fastq'): |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
13 #set $ext = 'fastq' |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
14 #elif $input.is_of_type('fastqsanger.gz'): |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
15 #set $ext = 'fastq.gz' |
|
7
36721dedba06
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
6
diff
changeset
|
16 #elif $input.is_of_type('fastq'): |
|
36721dedba06
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
6
diff
changeset
|
17 #set $ext = 'fastq' |
|
36721dedba06
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
6
diff
changeset
|
18 #elif $input.is_of_type('fastq.gz'): |
|
36721dedba06
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
6
diff
changeset
|
19 #set $ext = 'fastq.gz' |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
20 #elif $input.is_of_type('fasta.gz'): |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
21 #set $ext = 'fasta.gz' |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
22 #elif $input.is_of_type('fasta'): |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
23 #set $ext = 'fasta' |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
24 #end if |
|
10
75b2cf8c5aa4
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
9
diff
changeset
|
25 ln -s '$input' ./input.${ext} && |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
26 flye |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
27 $mode |
|
10
75b2cf8c5aa4
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
9
diff
changeset
|
28 ./input.$ext |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
29 -o out_dir |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
30 -g '$g' |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
31 -t \${GALAXY_SLOTS:-4} |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
32 -i $i |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
33 #if $m: |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
34 -m '$m' |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
35 #end if |
|
1
5e8958350b97
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
0
diff
changeset
|
36 #if $asm_coverage: |
|
5e8958350b97
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
0
diff
changeset
|
37 --asm-coverage '$asm_coverage' |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
38 #end if |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
39 #if $plasmid: |
|
12
af4c47bfdd37
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
11
diff
changeset
|
40 $plasmid |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
41 #end if |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
42 #if $meta: |
|
12
af4c47bfdd37
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
11
diff
changeset
|
43 $meta |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
44 #end if |
|
11
c9168c451a85
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
10
diff
changeset
|
45 $keep_haplotypes |
|
c9168c451a85
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
10
diff
changeset
|
46 $trestle |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
47 2>&1 |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
48 ]]> </command> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
49 <inputs> |
|
10
75b2cf8c5aa4
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit 2d9005e9f7366f761369b4ad7ddda383ff80a47f-dirty"
thanhlv
parents:
9
diff
changeset
|
50 <param name="input" type="data" format="fasta,fasta.gz,fastq,fastq.gz,fastqsanger.gz,fastqsanger" multiple="false" label="Input reads"> |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
51 <help><![CDATA[ |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
52 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
53 Input reads could be in FASTA or FASTQ format, uncompressed |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
54 or compressed with gz. Currenlty, raw and corrected reads |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
55 from PacBio and ONT are supported. The expected error rates are |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
56 <30% for raw and <2% for corrected reads. Additionally, |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
57 --subassemblies option performs a consensus assembly of multiple |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
58 sets of high-quality contigs. You may specify multiple |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
59 files with reads (separated by spaces). Mixing different read |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
60 types is not yet supported. |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
61 ]]> </help> |
|
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
62 </param> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
63 <param name="mode" type="select" label="Mode"> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
64 <option value="--nano-raw">Nanopore raw</option> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
65 <option value="--nano-corr">Nanopore corrected</option> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
66 <option value="--pacbio-raw">PacBio raw</option> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
67 <option value="--pacbio-corr">PacBio corrected</option> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
68 <option value="--subassemblies">high-quality contig-like input</option> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
69 </param> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
70 <param argument="-g" type="text" label="estimated genome size (for example, 5m or 2.6g)"> |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
71 <help> |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
72 <![CDATA[ |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
73 <span>The genome size estimate is used for solid k-mer selection in the |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
74 initial disjointig assembly stage. <b>Flye is not very sensitive to this |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
75 parameter, and the estimate could be rough</b>. It is ok if the parameter is |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
76 within 0.5x-2x of the actual genome size. If the final assembly size is |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
77 very different from the initial guess, consider re-running the pipeline |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
78 with an updated estimate for better results.</span> |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
79 <br> |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
80 <span>An alternative option is to run Flye in <b>--meta</b> mode, which uses a different |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
81 approach for solid k-mer selection. This mode is almost independent from the |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
82 genome size parameter (you still need to provide an estimate for the selection |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
83 of some other parameters). When assembly is completed, you can re-run in the |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
84 normal mode with the inferred genome size.</span> |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
85 ]]> |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
86 </help> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
87 <validator type="regex" message="Genome size must be a float or integer, optionally followed by the a unit prefix (kmg)">^([0-9]*[.])?[0-9]+[kmg]?$</validator> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
88 </param> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
89 <param argument="-i" type="integer" value="1" label="number of polishing iterations" /> |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
90 <param argument="-m" type="integer" optional="true" label="minimum overlap between reads (default: auto)" help="This sets a minimum overlap length for two reads to be considered overlapping. In the latest Flye versions, this parameter is chosen automatically based on the read length distribution (reads N90) and does not require manual setting. Typical value is 3k-5k (and down to 1k for datasets with shorter read length). Intuitively, we want to set this parameter as high as possible, so the repeat graph is less tangled. However, higher values might lead to assembly gaps. In some rare cases (for example in case of biased read length distribution) it makes sense to set this parameter manualy."/> |
|
1
5e8958350b97
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
0
diff
changeset
|
91 <param argument="--asm_coverage" type="integer" optional="true" label="reduced coverage for initial contig assembly (default: not set)" /> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
92 <param argument="--plasmid" type="boolean" truevalue="--plasmid" falsevalue="" checked="False" label="rescue short unassmebled plasmids" /> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
93 <param argument="--meta" type="boolean" truevalue="--meta" falsevalue="" checked="False" label="metagenome / uneven coverage mode" /> |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
94 <param argument="--keep_haplotypes" type="boolean" truevalue="--keep-haplotypes" falsevalue="" checked="False" label="Do not collapse alternative haplotypes"/> |
|
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
95 <param argument="--trestle" type="boolean" truevalue="--trestle" falsevalue="" checked="False" label="Enable Trestle" help="After resolving bridged repeats, Trestle module attempts to resolve simple unbridged repeats (of multiplicity 2) using the heterogeneities between repeat copies"/> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
96 </inputs> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
97 <outputs> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
98 <data name="assembly_info" format="tabular" from_work_dir="out_dir/assembly_info.txt" label="${tool.name} on ${on_string} (assembly_info)"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
99 <data name="assembly_graph" format="graph_dot" from_work_dir="out_dir/assembly_graph.gv" label="${tool.name} on ${on_string} (assembly_graph)"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
100 <data name="assembly_gfa" format="txt" from_work_dir="out_dir/assembly_graph.gfa" label="${tool.name} on ${on_string} (Graphical Fragment Assembly)"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
101 <data name="flye_log" format="txt" from_work_dir="out_dir/flye.log" label="${tool.name} on ${on_string} (log)"/> |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
102 <data name="scaffolds" format="fasta" from_work_dir="out_dir/assembly.fasta" label="${tool.name} on ${on_string} (scaffolds)"/> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
103 </outputs> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
104 <tests> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
105 <test> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
106 <param name="inputs" ftype="fasta" value="nanopore.fasta"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
107 <param name="mode" value="--pacbio-raw"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
108 <param name="g" value="10000"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
109 <output name="scaffolds" file="result1_scaffolds.fasta" ftype="fasta" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
110 <output name="assembly_info" file="result1_assembly_info.txt" ftype="tabular" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
111 <output name="assembly_graph" file="result1_assembly_graph.dot" ftype="graph_dot" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
112 <output name="assembly_gfa" file="result1_assembly_graph.gfa" ftype="txt" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
113 </test> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
114 <test> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
115 <param name="inputs" ftype="fasta" value="nanopore.fasta"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
116 <param name="mode" value="--nano-raw"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
117 <param name="g" value="10000"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
118 <output name="scaffolds" file="result2_scaffolds.fasta" ftype="fasta" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
119 <output name="assembly_info" file="result2_assembly_info.txt" ftype="tabular" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
120 <output name="assembly_graph" file="result2_assembly_graph.dot" ftype="graph_dot" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
121 <output name="assembly_gfa" file="result2_assembly_graph.gfa" ftype="txt" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
122 </test> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
123 <test> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
124 <param name="inputs" ftype="fasta" value="nanopore.fasta"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
125 <param name="mode" value="--pacbio-raw"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
126 <param name="g" value="10000"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
127 <param name="i" value="2"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
128 <output name="scaffolds" file="result3_scaffolds.fasta" ftype="fasta" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
129 <output name="assembly_gfa" file="result2_assembly_graph.gfa" ftype="txt" compare="sim_size"/> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
130 </test> |
|
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
131 </tests> |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
132 <help> |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
133 <![CDATA[ |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
134 Flye output |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
135 The main output files are: |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
136 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
137 - **assembly.fasta** - Final assembly. Contains contigs and possibly scaffolds (see below). |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
138 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
139 - **assembly_graph.{gfa|gv}** - Final repeat graph. Note that the edge sequences might be different (shorter) than contig sequences, because contigs might include multiple graph edges (see below). |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
140 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
141 - **assembly_info.txt** - Extra information about contigs (such as length or coverage). |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
142 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
143 Each contig is formed by a single unique graph edge. If possible, unique contigs are extended with the sequence from flanking unresolved repeats on the graph. Thus, a contig fully contains the corresponding graph edge (with the same id), but might be longer then this edge. This is somewhat similar to unitig-contig relation in OLC assemblers. In a rare case when a repetitive graph edge is not covered by the set of "extended" contigs, it will be also output in the assembly file. |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
144 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
145 Sometimes it is possible to further order contigs into scaffolds based on the repeat graph structure. These ordered contigs will be output as a part of scaffold in the assembly file (with a scaffold\_ prefix). Since it is hard to give a reliable estimate of the gap size, those gaps are represented with the default 100 Ns. assembly_info.txt file (below) contains additional information about how scaffolds were formed. |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
146 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
147 Extra information about contigs/scaffolds is output into the assembly_info.txt file. It is a tab-delimited table with the columns as follows: |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
148 |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
149 - Contig/scaffold id |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
150 |
|
6
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
151 - Length |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
152 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
153 - Coverage |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
154 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
155 - Is circular (representing circular sequence, such as bacterial chromosome or plasmid) |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
156 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
157 - Is repetitive (represents repeated, rather than unique sequence) |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
158 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
159 - Multiplicity (inferred multiplicity based on coverage) |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
160 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
161 - Graph path (repeat graph path corresponding to this contig/scaffold). Scaffold gaps are marked with ?? symbols, and * symbol denotes a terminal graph node. |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
162 |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
163 scaffolds.fasta file is a symlink to assembly.fasta, which is retained for the backward compatibility. |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
164 ]]> |
|
b94de04ca7c2
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
thanhlv
parents:
4
diff
changeset
|
165 </help> |
|
9
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
166 <citations> |
|
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
167 <citation type="doi">10.1073/pnas.1604560113</citation> |
|
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
168 <citation type="doi">10.1038/s41587-019-0072-8</citation> |
|
2a79279b6ff6
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit ef06cbf064ad1977b0e0dee7a0d0e45d58523f00-dirty"
thanhlv
parents:
8
diff
changeset
|
169 </citations> |
|
0
2bdeb8d42117
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff
changeset
|
170 </tool> |
