Mercurial > repos > iuc > quast
annotate quast.xml @ 4:d90201633fb9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
| author | iuc |
|---|---|
| date | Mon, 12 Feb 2018 09:04:58 -0500 |
| parents | 1dd49661494f |
| children | 844452fe09f8 |
| rev | line source |
|---|---|
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
1 <tool id="quast" name="Quast" version="4.6.3" > |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
2 <description>Genome assembly Quality</description> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
3 <requirements> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
4 <requirement type="package" version="4.6.3">quast</requirement> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
5 </requirements> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
6 <stdio> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
7 <regex match="ERROR! exception caught!" |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
8 source="both" |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
9 level="fatal" |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
10 description="Something went wrong. Check the following errors : No labels..." /> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
11 </stdio> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
12 <command> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
13 <![CDATA[ |
|
2
8b8e2c141edd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 930a43568ac0d4d32dde38a56fbb0b826f8f591b
iuc
parents:
1
diff
changeset
|
14 #import re |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
15 quast |
|
3
1dd49661494f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit cd130fcce3254cddb9a3f501f43feaa3f37c1b67
iuc
parents:
2
diff
changeset
|
16 --threads \${GALAXY_SLOTS:-4} |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
17 -o outputdir |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
18 #if $gene_selection == "eukaryote": |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
19 --eukaryote |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
20 #else if $gene_selection == "metagenes": |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
21 --meta |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
22 #end if |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
23 #if $input_ref: |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
24 -R '$input_ref' |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
25 #if $input_operon: |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
26 -O '$input_operon' |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
27 #end if |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
28 #if $annot: |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
29 -G '$annot' |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
30 #end if |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
31 #end if |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
32 #if $input_size: |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
33 --est-ref-size $input_size |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
34 #end if |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
35 --min-contig $min_contig |
|
1
8d407f2b5865
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 9cf2e1454bf23a11ca0e7eeb26b4eaa446832bf8
iuc
parents:
0
diff
changeset
|
36 -l |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
37 #set names = ','.join( ['"'+ re.sub('[^\w\-_]', '_', str( $x.element_identifier))+'"' for $x in $input ]) |
|
3
1dd49661494f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit cd130fcce3254cddb9a3f501f43feaa3f37c1b67
iuc
parents:
2
diff
changeset
|
38 |
|
1
8d407f2b5865
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 9cf2e1454bf23a11ca0e7eeb26b4eaa446832bf8
iuc
parents:
0
diff
changeset
|
39 $names |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
40 --contig-thresholds $threshold_contig |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
41 #for $k in $input: |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
42 $k |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
43 #end for |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
44 && |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
45 mv outputdir/report.tsv '$quast_tsv' && |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
46 ## The sed string below removes non-functional "Main menu" button from the viewer |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
47 sed '\:<div class="btn btn-inverse" id="to_main_menu_button">:,\:</div>:d' outputdir/icarus_viewers/contig_size_viewer.html > '$contig_size_viewer' && |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
48 #if $input_ref: |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
49 ## The sed string below removes non-functional "Main menu" button from the viewer |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
50 sed '\:<div class="btn btn-inverse" id="to_main_menu_button">:,\:</div>:d' outputdir/icarus_viewers/alignment_viewer.html > '$alignment_viewer' && |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
51 #end if |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
52 ## The sed string below removes non-functional link from the report page |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
53 sed "\:<div id='icarus-json'>:,\:</div>:d" outputdir/report.html > '$report_html' && |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
54 mv outputdir/report.pdf '$report_pdf' && |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
55 mv outputdir/contigs_reports/misassemblies_report.tsv '$mis_ass_tsv' && |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
56 mv outputdir/contigs_reports/unaligned_report.tsv '$unalign_tsv' && |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
57 mv outputdir/quast.log '$log_txt' |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
58 ]]> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
59 </command> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
60 <inputs> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
61 <param type="data" format="fasta" name="input" label="Contigs/scaffolds output file" multiple="True"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
62 <param name="type_file" type="select" label="Type of data"> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
63 <option value="contig">Contig</option> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
64 <option value="scaffold">Scaffold</option> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
65 </param> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
66 <param name="input_size" type="integer" label="Size of reference genome" optional="True" argument="--est-ref-size" |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
67 help="Estimated reference genome size (in bp) for computing NGx statistics, if known. This value will be used only if a reference genome file is not specified "/> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
68 <param name="input_ref" type="data" format="fasta" label="Reference genome" optional="True" argument="-R" |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
69 help="Many metrics can't be evaluated without a reference. If this is omitted, QUAST will only report the metrics that can be evaluated without a reference."/> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
70 <param name="annot" type="data" format="gff, gff3, bed" label="Gene Annotations" optional="True" argument="-G" |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
71 help="Gene coordinates for the reference genome (only relevant if the reference genome is used). "/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
72 <param name="input_operon" type="data" format="gff, gff3, bed" label="Operon Annotations" optional="True" argument="-O" help="Operon coordinates for the reference genome (only relevant if the reference genome is used)."/> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
73 <param name="gene_selection" type="select" label="Type of organism"> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
74 <option value="prokaryotes">Prokaryotes</option> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
75 <option value="eukaryote">Eukaryote</option> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
76 </param> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
77 <param name="min_contig" type="integer" value="500" label="Lower Threshold" argument="--min-contig" |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
78 help="Set the lower threshold for a contig length. Shorter contigs won't be taken into account [default is 500]"/> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
79 <param name="threshold_contig" type="text" value="0,1000" label="Thresholds" argument="--contig-thresholds" |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
80 help="Set the thresholds for contig length. Comma-separated list of contig length thresholds.[default is 0,1000]"/> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
81 </inputs> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
82 <outputs> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
83 <data format="txt" name="log_txt" label="Quast: Log" /> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
84 <data format="tabular" name="mis_ass_tsv" label="Quast: Misassemblies"> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
85 <filter>input_ref is not None</filter> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
86 </data> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
87 <data format="tabular" name="unalign_tsv" label="Quast: Unaligned contigs"> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
88 <filter>input_ref is not None</filter> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
89 </data> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
90 <data format="html" name="contig_size_viewer" label="Quast: Contig view"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
91 <data format="html" name="alignment_viewer" label="Quast: Alignment view"> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
92 <filter>input_ref is not None</filter> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
93 </data> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
94 <data format="tabular" name="quast_tsv" label="Quast: Report (tabulal)"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
95 <data format="html" name="report_html" label="Quast: Report (HTML)"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
96 <data format="pdf" name="report_pdf" label="Quast: Report (PDF)"/> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
97 </outputs> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
98 <tests> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
99 <test> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
100 <!-- Test with reference and genes annotations --> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
101 <param name="input" value="contigs2.fna,contigs1.fna"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
102 <param name="input_ref" value="reference.fna"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
103 <param name="type_file" value="contig"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
104 <param name="annot" value="genes.gff"/> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
105 <param name="gene_selection" value="prokaryotes"/> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
106 <output name="quast_tsv" file="test1_output.tsv" lines_diff="4"/> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
107 </test> |
|
3
1dd49661494f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit cd130fcce3254cddb9a3f501f43feaa3f37c1b67
iuc
parents:
2
diff
changeset
|
108 <test> |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
109 <!-- Test without reference --> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
110 <param name="input" value="contigs2.fna,contigs1.fna"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
111 <param name="type_file" value="contig"/> |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
112 <output name="quast_tsv" file="test2_output.tsv" lines_diff="4"/> |
|
3
1dd49661494f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit cd130fcce3254cddb9a3f501f43feaa3f37c1b67
iuc
parents:
2
diff
changeset
|
113 </test> |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
114 </tests> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
115 <help> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
116 <![CDATA[ |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
117 **What it does** |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
118 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
119 QUAST = QUality ASsessment Tool. The tool evaluates genome assemblies by computing various metrics. |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
120 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
121 If you have one or multiple genome assemblies, you can assess their quality with Quast. It works with or without reference genome. If you are new to Quast, start by reading its `manual page <http://quast.bioinf.spbau.ru/manual.html>`_. |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
122 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
123 **Using Quast without reference** |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
124 |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
125 Without reference Quast can calculate a number of assembly related-metrics but cannot provide any information about potential misassemblies, inversions, translocations, etc. Suppose you have three assemblies produced by Unicycler corresponding to three different antibiotic treatments *car*, *pit*, and *cef* (these stand for carbenicillin, piperacillin, and cefsulodin, respectively). Evaluating them without reference will produce the following Quast outputs: |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
126 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
127 * Quast report in HTML format |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
128 * `Contig viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file) |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
129 * `Quast report <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ in Tab-delimited format |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
130 * Quast log (a file technical information about Quast tool execution) |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
131 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
132 The **tab delimited Quast report** will contain the following information:: |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
133 |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
134 Assembly pit_fna cef_fna car_fna |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
135 # contigs (>= 0 bp) 100 91 94 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
136 # contigs (>= 1000 bp) 62 58 61 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
137 Total length (>= 0 bp) 6480635 6481216 6480271 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
138 Total length (>= 1000 bp) 6466917 6468946 6467103 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
139 # contigs 71 66 70 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
140 Largest contig 848753 848766 662053 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
141 Total length 6473173 6474698 6473810 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
142 GC (%) 66.33 66.33 66.33 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
143 N50 270269 289027 254671 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
144 N75 136321 136321 146521 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
145 L50 7 7 8 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
146 L75 15 15 16 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
147 # N's per 100 kbp 0.00 0.00 0.00 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
148 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
149 where values are defined as specified in `Quast manual <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
150 |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
151 **Quast report in HTML format** contains graphs in addition to the above metrics, while **Contig viewer** draws contigs ordered from longest to shortest. This ordering is suitable for comparing only largest contigs or number of contigs longer than a specific threshold. The viewer shows N50 and N75 with color and textual indication. If the reference genome is available or at least approximate genome length is known (see `--est-ref-size`), NG50 and NG75 are also shown. You can also tone down contigs shorter than a specified threshold using Icarus control panel: |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
152 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
153 .. image:: $PATH_TO_IMAGES/contig_view_noR.png |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
154 :width: 558 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
155 :height: 412 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
156 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
157 Also see `Plot description <http://quast.bioinf.spbau.ru/manual.html#sec3.2>`_ section of the manual. |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
158 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
159 **Using Quast with reference** |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
160 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
161 Car, pit, and cef are in fact assemblies of *Pseudomonas aeruginosa* UCBPP-PA14, so we can use its genome as a reference (by supplying a Fasta file containing *P. aeruginosa* pa14 genome to **Reference genome** input box). The following outputs will be produced (note the alignment viewer): |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
162 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
163 * Quast report in HTML format |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
164 * `Contig viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file) |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
165 * `Alignment viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file) |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
166 * `Quast report <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ in Tab-delimited format |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
167 * Summary of `misassemblies <http://quast.bioinf.spbau.ru/manual.html#sec3.1.2>`_ |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
168 * Summary of `unaligned contigs <http://quast.bioinf.spbau.ru/manual.html#sec3.1.3>`_ |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
169 * Quast log (a file technical information about Quast tool execution) |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
170 |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
171 With the reference Quast produces a much more comprehensive set of results:: |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
172 |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
173 Assembly pit_fna cef_fna car_fna |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
174 # contigs (>= 0 bp) 100 91 94 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
175 # contigs (>= 1000 bp) 62 58 61 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
176 Total length (>= 0 bp) 6480635 6481216 6480271 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
177 Total length (>= 1000 bp) 6466917 6468946 6467103 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
178 # contigs 71 66 70 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
179 Largest contig 848753 848766 662053 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
180 Total length 6473173 6474698 6473810 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
181 Reference length 6537648 6537648 6537648 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
182 GC (%) 66.33 66.33 66.33 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
183 Reference GC (%) 66.29 66.29 66.29 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
184 N50 270269 289027 254671 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
185 NG50 270269 289027 254671 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
186 N75 136321 136321 146521 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
187 NG75 136321 136321 136321 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
188 L50 7 7 8 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
189 LG50 7 7 8 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
190 L75 15 15 16 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
191 LG75 15 15 17 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
192 # misassemblies 0 0 0 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
193 # misassembled contigs 0 0 0 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
194 Misassembled contigs length 0 0 0 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
195 # local misassemblies 1 1 2 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
196 # unaligned mis. contigs 0 0 0 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
197 # unaligned contigs 0 + 0 0 + 0 0 + 0 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
198 part part part |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
199 Unaligned length 0 0 0 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
200 Genome fraction (%) 99.015 99.038 99.025 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
201 Duplication ratio 1.000 1.000 1.000 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
202 # N's per 100 kbp 0.00 0.00 0.00 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
203 # mismatches per 100 kbp 3.82 3.63 3.49 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
204 # indels per 100 kbp 1.19 1.13 1.13 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
205 Largest alignment 848753 848766 662053 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
206 Total aligned length 6473163 6474660 6473792 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
207 NA50 270269 289027 254671 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
208 NGA50 270269 289027 254671 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
209 NA75 136321 136321 146521 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
210 NGA75 136321 136321 136321 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
211 LA50 7 7 8 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
212 LGA50 7 7 8 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
213 LA75 15 15 16 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
214 LGA75 15 15 17 |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
215 |
|
4
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
216 where, again, values are defined as specified in `Quast manual <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_. You can see that this report includes a variety of data that can only be computer against a reference assembly. |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
217 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
218 Using reference also produces an **Alignment viewer**: |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
219 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
220 .. image:: $PATH_TO_IMAGES/Align_view.png |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
221 :width: 515 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
222 :height: 395 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
223 |
|
d90201633fb9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents:
3
diff
changeset
|
224 Alignment viewer highlights regions of interest as, in this case, missassemblies that can potentially point to genome rearrangements (see more `here <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_). |
|
0
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
225 |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
226 ]]> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
227 </help> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
228 |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
229 <citations> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
230 <citation type="bibtex">@ARTICLE{a1, |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
231 author = {Alexey Gurevich, Vladislav Saveliev, Nikolay Vyahhi, Glenn Tesler}, |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
232 title = {QUAST: quality assessment tool for genomce assemblies, Bioinformatics (2013) 29 (8): 1072-1075} |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
233 }</citation> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
234 <citation type="bibtex">@misc{quast41, |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
235 title = {{Quast} v4.1}, |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
236 howpublished = {http://bioinf.spbau.ru/quast}, |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
237 note = {Released May 2016}} |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
238 }</citation> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
239 </citations> |
|
350257634bbb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
240 </tool> |
