comparison quast.xml @ 8:ebb0dcdb621a draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit e24f6cb40f19bad167b440e119e0300f15e04a78"
author iuc
date Mon, 03 Feb 2020 17:37:36 -0500
parents 59db8ea8c845
children 45924fa8d8c5
comparison
equal deleted inserted replaced
7:59db8ea8c845 8:ebb0dcdb621a
1 <tool id="quast" name="Quast" version="@TOOL_VERSION@+galaxy0" > 1 <tool id="quast" name="Quast" version="@TOOL_VERSION@+galaxy1" profile="18.01">
2 <description>Genome assembly Quality</description> 2 <description>Genome assembly Quality</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">5.0.2</token> 4 <token name="@TOOL_VERSION@">5.0.2</token>
5 <xml name="gene_thresholds"> 5 <xml name="gene_thresholds">
6 <param name="gene_thresholds" argument="--gene-thresholds" type="text" value="0,300,1500,3000" label="Comma-separated list of thresholds (in bp) for gene lengths to find with a finding tool"/> 6 <param name="gene_thresholds" argument="--gene-thresholds" type="text" value="0,300,1500,3000" label="Comma-separated list of thresholds (in bp) for gene lengths to find with a finding tool"/>
406 <![CDATA[ 406 <![CDATA[
407 **What it does** 407 **What it does**
408 408
409 QUAST = QUality ASsessment Tool. The tool evaluates genome assemblies by computing various metrics. 409 QUAST = QUality ASsessment Tool. The tool evaluates genome assemblies by computing various metrics.
410 410
411 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>`_. 411 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.sourceforge.net/docs/manual.html>`_.
412 412
413 **Using Quast without reference** 413 **Using Quast without reference**
414 414
415 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: 415 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:
416 416
417 * Quast report in HTML format 417 * Quast report in HTML format
418 * `Contig viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file) 418 * `Contig viewer <http://quast.sourceforge.net/docs/manual.html#sec3.4>`_ (an HTML file)
419 * `Quast report <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ in Tab-delimited format 419 * `Quast report <http://quast.sourceforge.net/docs/manual.html#sec3.1.1>`_ in Tab-delimited format
420 * Quast log (a file technical information about Quast tool execution) 420 * Quast log (a file technical information about Quast tool execution)
421 421
422 The **tab delimited Quast report** will contain the following information:: 422 The **tab delimited Quast report** will contain the following information::
423 423
424 Assembly pit_fna cef_fna car_fna 424 Assembly pit_fna cef_fna car_fna
434 N75 136321 136321 146521 434 N75 136321 136321 146521
435 L50 7 7 8 435 L50 7 7 8
436 L75 15 15 16 436 L75 15 15 16
437 # N's per 100 kbp 0.00 0.00 0.00 437 # N's per 100 kbp 0.00 0.00 0.00
438 438
439 where values are defined as specified in `Quast manual <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ 439 where values are defined as specified in `Quast manual <http://quast.sourceforge.net/docs/manual.html#sec3.1.1>`_
440 440
441 **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: 441 **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:
442 442
443 .. image:: $PATH_TO_IMAGES/contig_view_noR.png 443 .. image:: $PATH_TO_IMAGES/contig_view_noR.png
444 :width: 558 444 :width: 558
445 :height: 412 445 :height: 412
446 446
447 Also see `Plot description <http://quast.bioinf.spbau.ru/manual.html#sec3.2>`_ section of the manual. 447 Also see `Plot description <http://quast.sourceforge.net/docs/manual.html#sec2>`_ section of the manual.
448 448
449 **Using Quast with reference** 449 **Using Quast with reference**
450 450
451 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): 451 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):
452 452
453 * Quast report in HTML format 453 * Quast report in HTML format
454 * `Contig viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file) 454 * `Contig viewer <http://quast.sourceforge.net/docs/manual.html#sec3.4>`_ (an HTML file)
455 * `Alignment viewer <http://quast.bioinf.spbau.ru/manual.html#sec3.4>`_ (an HTML file) 455 * `Alignment viewer <http://quast.sourceforge.net/docs/manual.html#sec3.4>`_ (an HTML file)
456 * `Quast report <http://quast.bioinf.spbau.ru/manual.html#sec3.1.1>`_ in Tab-delimited format 456 * `Quast report <http://quast.sourceforge.net/docs/manual.html#sec3.1.1>`_ in Tab-delimited format
457 * Summary of `misassemblies <http://quast.bioinf.spbau.ru/manual.html#sec3.1.2>`_ 457 * Summary of `misassemblies <http://quast.sourceforge.net/docs/manual.html#sec3.1.2>`_
458 * Summary of `unaligned contigs <http://quast.bioinf.spbau.ru/manual.html#sec3.1.3>`_ 458 * Summary of `unaligned contigs <http://quast.sourceforge.net/docs/manual.html#sec3.1.3>`_
459 * Quast log (a file technical information about Quast tool execution) 459 * Quast log (a file technical information about Quast tool execution)
460 460
461 With the reference Quast produces a much more comprehensive set of results:: 461 With the reference Quast produces a much more comprehensive set of results::
462 462
463 Assembly pit_fna cef_fna car_fna 463 Assembly pit_fna cef_fna car_fna
499 NA75 136321 136321 146521 499 NA75 136321 136321 146521
500 NGA75 136321 136321 136321 500 NGA75 136321 136321 136321
501 LA50 7 7 8 501 LA50 7 7 8
502 LGA50 7 7 8 502 LGA50 7 7 8
503 LA75 15 15 16 503 LA75 15 15 16
504 LGA75 15 15 17 504 LGA75 15 15 17
505 505
506 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. 506 where, again, values are defined as specified in `Quast manual <http://quast.sourceforge.net/docs/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.
507 507
508 Using reference also produces an **Alignment viewer**: 508 Using reference also produces an **Alignment viewer**:
509 509
510 .. image:: $PATH_TO_IMAGES/Align_view.png 510 .. image:: $PATH_TO_IMAGES/Align_view.png
511 :width: 515 511 :width: 515
512 :height: 395 512 :height: 395
513 513
514 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>`_). 514 Alignment viewer highlights regions of interest as, in this case, missassemblies that can potentially point to genome rearrangements (see more `here <http://quast.sourceforge.net/docs/manual.html#sec3.4>`_).
515 515
516 ]]> 516 ]]>
517 </help> 517 </help>
518 518
519 <citations> 519 <citations>
520 <citation type="bibtex">@ARTICLE{a1, 520 <citation type="doi">10.1093/bioinformatics/bty266</citation>
521 author = {Alexey Gurevich, Vladislav Saveliev, Nikolay Vyahhi, Glenn Tesler}, 521 <citation type="doi">10.1093/bioinformatics/btw379</citation>
522 title = {QUAST: quality assessment tool for genomce assemblies, Bioinformatics (2013) 29 (8): 1072-1075} 522 <citation type="doi">10.1093/bioinformatics/btv697</citation>
523 }</citation> 523 <citation type="doi">10.1093/bioinformatics/btt086</citation>
524 <citation type="bibtex">@misc{quast41,
525 title = {{Quast} v4.1},
526 howpublished = {http://bioinf.spbau.ru/quast},
527 note = {Released May 2016}}
528 }</citation>
529 </citations> 524 </citations>
530 </tool> 525 </tool>