annotate quast.xml @ 5:81df4950d65b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
author iuc
date Tue, 04 Dec 2018 06:49:05 -0500
parents 0834c823d4b9
children f30d03867854
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
1 <tool id="quast" name="Quast" version="5.0.2" >
0
736d51130b41 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>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
3 <requirements>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
4 <requirement type="package" version="5.0.2">quast</requirement>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
5 </requirements>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
6 <command detect_errors="exit_code">
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
7 <![CDATA[
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
8 #import re
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
9 quast
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
10 --threads \${GALAXY_SLOTS:-4}
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
11 -o outputdir
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
12 #if $gene_selection == "eukaryote":
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
13 --eukaryote
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
14 #else if $gene_selection == "metagenes":
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
15 --meta
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
16 #end if
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
17 $large
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
18 #if $input_ref:
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
19 -R '$input_ref'
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
20 #if $input_operon:
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
21 -O '$input_operon'
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
22 #end if
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
23 #if $annot:
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
24 -g '$annot'
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
25 #end if
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
26 #end if
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
27 #if $input_size:
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
28 --est-ref-size $input_size
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
29 #end if
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
30 --min-contig $min_contig
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
31 -l
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
32 #set names = ','.join( [re.sub('[^\w\-_]', '_', str($x.element_identifier)) for $x in $input ])
3
6fcbee531de6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit cd130fcce3254cddb9a3f501f43feaa3f37c1b67
iuc
parents: 2
diff changeset
33
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
34 '$names'
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
35 --contig-thresholds $threshold_contig
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
36 #for $k in $input:
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
37 $k
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
38 #end for
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
39 && mkdir '$report_html.files_path'
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
40 && cp outputdir/*.html '$report_html.files_path'
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
41 #if str($input_ref):
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
42 && cp -R outputdir/icarus_viewers '$report_html.files_path'
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
43 #end if
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
44 ]]>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
45 </command>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
46 <inputs>
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
47 <param type="data" format="fasta" name="input" label="Contigs/scaffolds output file" multiple="True"/>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
48 <param name="type_file" type="select" label="Type of data">
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
49 <option value="contig">Contig</option>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
50 <option value="scaffold">Scaffold</option>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
51 </param>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
52 <param name="input_size" type="integer" label="Size of reference genome" optional="True" argument="--est-ref-size"
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
53 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 "/>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
54 <param argument="--large" type="boolean" truevalue="--large" falsevalue="" label="Run quast in --large mode for large genomes" help="Uses minimap2 aligner, improves transposable element handling and alignment thresholds"/>
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
55 <param name="input_ref" type="data" format="fasta" label="Reference genome" optional="True" argument="-R"
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
56 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
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
57 <param name="annot" type="data" format="gff, gff3, bed" label="Gene Annotations" optional="True" argument="-G"
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
58 help="Gene coordinates for the reference genome (only relevant if the reference genome is used). "/>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
59 <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
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
60 <param name="gene_selection" type="select" label="Type of organism">
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
61 <option value="prokaryotes">Prokaryotes</option>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
62 <option value="eukaryote">Eukaryote</option>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
63 </param>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
64 <param name="min_contig" type="integer" value="500" label="Lower Threshold" argument="--min-contig"
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
65 help="Set the lower threshold for a contig length. Shorter contigs won't be taken into account [default is 500]"/>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
66 <param name="threshold_contig" type="text" value="0,1000" label="Thresholds" argument="--contig-thresholds"
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
67 help="Set the thresholds for contig length. Comma-separated list of contig length thresholds.[default is 0,1000]"/>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
68 </inputs>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
69 <outputs>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
70 <data format="txt" name="log_txt" label="Quast: Log" from_work_dir="outputdir/quast.log"/>
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
71 <data format="tabular" name="mis_ass_tsv" label="Quast: Misassemblies" from_work_dir="outputdir/contigs_reports/misassemblies_report.txt">
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
72 <filter>input_ref is not None</filter>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
73 </data>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
74 <data format="tabular" name="unalign_tsv" label="Quast: Unaligned contigs" from_work_dir="outputdir/contigs_reports/unaligned_report.tsv">
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
75 <filter>input_ref is not None</filter>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
76 </data>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
77 <data format="tabular" name="quast_tsv" label="Quast: Report (tabulal)" from_work_dir="outputdir/report.tsv"/>
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
78 <data format="html" name="report_html" label="Quast: Report (HTML)" from_work_dir="outputdir/report.html"/>
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
79 <data format="pdf" name="report_pdf" label="Quast: Report (PDF)" from_work_dir="outputdir/report.pdf"/>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
80 </outputs>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
81 <tests>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
82 <test>
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
83 <!-- Test with reference and genes annotations -->
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
84 <param name="input" value="contigs2.fna,contigs1.fna"/>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
85 <param name="input_ref" value="reference.fna"/>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
86 <param name="type_file" value="contig"/>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
87 <param name="annot" value="genes.gff"/>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
88 <param name="gene_selection" value="prokaryotes"/>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
89 <param name="large" value="true"/>
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
90 <output name="quast_tsv" file="test1_output.tsv" lines_diff="4"/>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
91 </test>
3
6fcbee531de6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit cd130fcce3254cddb9a3f501f43feaa3f37c1b67
iuc
parents: 2
diff changeset
92 <test>
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
93 <!-- Test without reference -->
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
94 <param name="input" value="contigs2.fna,contigs1.fna"/>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
95 <param name="type_file" value="contig"/>
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
96 <output name="quast_tsv" file="test2_output.tsv" lines_diff="4"/>
5
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
97 <output name="report_html" file="test2_report.html" lines_diff="50"/>
81df4950d65b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 600e99f5044018f7d0046b1bfdc6dc392c4e6baa
iuc
parents: 4
diff changeset
98 <output name="report_pdf" file="test2_report.pdf" compare="sim_size"/>
3
6fcbee531de6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit cd130fcce3254cddb9a3f501f43feaa3f37c1b67
iuc
parents: 2
diff changeset
99 </test>
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
100 </tests>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
101 <help>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
102 <![CDATA[
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
103 **What it does**
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
104
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
105 QUAST = QUality ASsessment Tool. The tool evaluates genome assemblies by computing various metrics.
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
106
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
107 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>`_.
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
108
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
109 **Using Quast without reference**
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
110
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
111 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:
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
112
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
113 * Quast report in HTML format
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
114 * `Contig viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file)
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
115 * `Quast report <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ in Tab-delimited format
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
116 * Quast log (a file technical information about Quast tool execution)
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
117
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
118 The **tab delimited Quast report** will contain the following information::
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
119
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
120 Assembly pit_fna cef_fna car_fna
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
121 # contigs (>= 0 bp) 100 91 94
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
122 # contigs (>= 1000 bp) 62 58 61
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
123 Total length (>= 0 bp) 6480635 6481216 6480271
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
124 Total length (>= 1000 bp) 6466917 6468946 6467103
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
125 # contigs 71 66 70
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
126 Largest contig 848753 848766 662053
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
127 Total length 6473173 6474698 6473810
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
128 GC (%) 66.33 66.33 66.33
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
129 N50 270269 289027 254671
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
130 N75 136321 136321 146521
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
131 L50 7 7 8
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
132 L75 15 15 16
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
133 # N's per 100 kbp 0.00 0.00 0.00
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
134
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
135 where values are defined as specified in `Quast manual <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
136
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
137 **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:
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
138
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
139 .. image:: $PATH_TO_IMAGES/contig_view_noR.png
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
140 :width: 558
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
141 :height: 412
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
142
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
143 Also see `Plot description <http://quast.bioinf.spbau.ru/manual.html#sec3.2>`_ section of the manual.
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
144
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
145 **Using Quast with reference**
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
146
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
147 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):
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
148
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
149 * Quast report in HTML format
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
150 * `Contig viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file)
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
151 * `Alignment viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file)
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
152 * `Quast report <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ in Tab-delimited format
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
153 * Summary of `misassemblies <http://quast.bioinf.spbau.ru/manual.html#sec3.1.2>`_
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
154 * Summary of `unaligned contigs <http://quast.bioinf.spbau.ru/manual.html#sec3.1.3>`_
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
155 * Quast log (a file technical information about Quast tool execution)
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
156
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
157 With the reference Quast produces a much more comprehensive set of results::
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
158
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
159 Assembly pit_fna cef_fna car_fna
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
160 # contigs (>= 0 bp) 100 91 94
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
161 # contigs (>= 1000 bp) 62 58 61
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
162 Total length (>= 0 bp) 6480635 6481216 6480271
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
163 Total length (>= 1000 bp) 6466917 6468946 6467103
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
164 # contigs 71 66 70
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
165 Largest contig 848753 848766 662053
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
166 Total length 6473173 6474698 6473810
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
167 Reference length 6537648 6537648 6537648
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
168 GC (%) 66.33 66.33 66.33
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
169 Reference GC (%) 66.29 66.29 66.29
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
170 N50 270269 289027 254671
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
171 NG50 270269 289027 254671
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
172 N75 136321 136321 146521
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
173 NG75 136321 136321 136321
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
174 L50 7 7 8
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
175 LG50 7 7 8
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
176 L75 15 15 16
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
177 LG75 15 15 17
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
178 # misassemblies 0 0 0
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
179 # misassembled contigs 0 0 0
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
180 Misassembled contigs length 0 0 0
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
181 # local misassemblies 1 1 2
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
182 # unaligned mis. contigs 0 0 0
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
183 # unaligned contigs 0 + 0 0 + 0 0 + 0
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
184 part part part
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
185 Unaligned length 0 0 0
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
186 Genome fraction (%) 99.015 99.038 99.025
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
187 Duplication ratio 1.000 1.000 1.000
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
188 # N's per 100 kbp 0.00 0.00 0.00
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
189 # mismatches per 100 kbp 3.82 3.63 3.49
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
190 # indels per 100 kbp 1.19 1.13 1.13
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
191 Largest alignment 848753 848766 662053
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
192 Total aligned length 6473163 6474660 6473792
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
193 NA50 270269 289027 254671
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
194 NGA50 270269 289027 254671
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
195 NA75 136321 136321 146521
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
196 NGA75 136321 136321 136321
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
197 LA50 7 7 8
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
198 LGA50 7 7 8
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
199 LA75 15 15 16
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
200 LGA75 15 15 17
0
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
201
4
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
202 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.
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
203
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
204 Using reference also produces an **Alignment viewer**:
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
205
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
206 .. image:: $PATH_TO_IMAGES/Align_view.png
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
207 :width: 515
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
208 :height: 395
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
209
0834c823d4b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 2c56b5f07500507dad503aab6ec0619ec37f8b87
iuc
parents: 3
diff changeset
210 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
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
211
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
212 ]]>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
213 </help>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
214
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
215 <citations>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
216 <citation type="bibtex">@ARTICLE{a1,
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
217 author = {Alexey Gurevich, Vladislav Saveliev, Nikolay Vyahhi, Glenn Tesler},
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
218 title = {QUAST: quality assessment tool for genomce assemblies, Bioinformatics (2013) 29 (8): 1072-1075}
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
219 }</citation>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
220 <citation type="bibtex">@misc{quast41,
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
221 title = {{Quast} v4.1},
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
222 howpublished = {http://bioinf.spbau.ru/quast},
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
223 note = {Released May 2016}}
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
224 }</citation>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
225 </citations>
736d51130b41 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff changeset
226 </tool>