Mercurial > repos > iuc > quast
annotate quast.xml @ 1:0edbf19cf5eb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 9cf2e1454bf23a11ca0e7eeb26b4eaa446832bf8
author | iuc |
---|---|
date | Wed, 02 Nov 2016 09:42:45 -0400 |
parents | 736d51130b41 |
children | 2f581f956e1c |
rev | line source |
---|---|
1
0edbf19cf5eb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 9cf2e1454bf23a11ca0e7eeb26b4eaa446832bf8
iuc
parents:
0
diff
changeset
|
1 <tool id="quast" name="Quast" version="4.1.1" > |
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> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="4.1">quast</requirement> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
5 </requirements> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
6 <stdio> |
736d51130b41
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!" |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
8 source="both" |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
9 level="fatal" |
736d51130b41
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..." /> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
11 </stdio> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
12 <command> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
13 <![CDATA[ |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
14 quast |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
15 -o outputdir |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
16 #if $gene_selection == "eukaryote": |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
17 --eukaryote |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
18 #else if $gene_selection == "metagenes": |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
19 --meta |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
20 #end if |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
21 #if $input_ref: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
22 -R '$input_ref' |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
23 #if $input_operon: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
24 -O '$input_operon' |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
25 #end if |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
26 #if $annot: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
27 -G '$annot' |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
28 #end if |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
29 #end if |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
30 #if $input_size: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
31 --est-ref-size $input_size |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
32 #end if |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
33 --min-contig $min_contig |
1
0edbf19cf5eb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 9cf2e1454bf23a11ca0e7eeb26b4eaa446832bf8
iuc
parents:
0
diff
changeset
|
34 -l |
0edbf19cf5eb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 9cf2e1454bf23a11ca0e7eeb26b4eaa446832bf8
iuc
parents:
0
diff
changeset
|
35 #set names = ','.join( ['"'+str( $x.input.element_identifier)+'"' for $x in $files ]) |
0edbf19cf5eb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 9cf2e1454bf23a11ca0e7eeb26b4eaa446832bf8
iuc
parents:
0
diff
changeset
|
36 $names |
0
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
37 --contig-thresholds $threshold_contig |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
38 #for $k in $files: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
39 #if $k.type_file == "scaffold": |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
40 -s |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
41 #end if |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
42 $k.input |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
43 #end for |
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 mv outputdir/report.txt '$quast_out' && |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
46 mv outputdir/report.tsv '$quast_tsv' && |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
47 mv outputdir/report.tex '$quast_tex' && |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
48 mv outputdir/icarus_viewers/contig_size_viewer.html '$icarus' && |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
49 mv outputdir/report.html '$report_html' |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
50 ]]> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
51 </command> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
52 <inputs> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
53 <repeat name="files" title="Input assembly files" min="1"> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
54 <param type="data" format="fasta" name="input" label="Contigs/scaffolds output file"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
55 <param name="type_file" type="select" label="Type of data"> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
56 <option value="contig">Contig</option> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
57 <option value="scaffold">Scaffold</option> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
58 </param> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
59 </repeat> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
60 <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
|
61 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 "/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
62 <param name="input_ref" type="data" format="fasta" label="Reference File" optional="True" argument="-R" |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
63 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."/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
64 <param name="annot" type="data" format="txt" label="Gene Annotations" optional="True" argument="-G" |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
65 help="File with gene positions in the reference genome. "/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
66 <param name="input_operon" type="data" format="txt" label="Operon Annotations" optional="True" argument="-O" |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
67 help="File with operon positions in the reference genome"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
68 <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
|
69 <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
|
70 <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
|
71 <option value="metagenes">Metagenomes</option> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
72 </param> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
73 <param name="min_contig" type="integer" value="500" label="Lower Threshold" argument="--min-contig" |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
74 help="Set the lower threshold for a contig length. Shorter contigs won't be taken into account (default is 500)"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
75 <param name="threshold_contig" type="text" value="0,1000" label="Thresholds" argument="--contig-thresholds" |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
76 help="Set the thresholds for contig length. Comma-separated list of contig length thresholds.(default is 0,1000)"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
77 </inputs> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
78 <outputs> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
79 <data format="txt" name="quast_out" label="Quast report.txt" from_work_dir="Quast_report.txt"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
80 <data format="tsv" name="quast_tsv" label="Quast report.tsv" from_work_dir="Quast_report.tsv"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
81 <data format="tex" name="quast_tex" label="Quast report.tex" from_work_dir="Quast_report.tex"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
82 <data format="html" name="icarus" label="Icarus Contig size viewer" from_work_dir="Icarus.html"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
83 <data format="html" name="report_html" label="Quast report.html" from_work_dir="Quast_report.html"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
84 </outputs> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
85 <tests> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
86 <test> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
87 <param name="input" value="contigs_1.fasta"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
88 <param name="input.type_file" value="contig"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
89 <param name="gene_selection" value="prokaryotes"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
90 <output name="quast_tsv" file="Quast_report.tsv" lines_diff="4"/> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
91 </test> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
92 </tests> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
93 <help> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
94 <![CDATA[ |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
95 **Description** |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
96 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
97 Galaxy tool wrapper for the QUAST tool. Quast stands for QUality ASsessment Tool. It evaluates genome assemblies by computing various metrics. |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
98 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
99 ----- |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
100 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
101 **Inputs and Outputs** |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
102 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
103 - Input: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
104 + The tool accepts assemblies and references in FASTA format. |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
105 + The tool accepts annotation and operon files in: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
106 + GFF, versions 2 and 3 (note: feature/type field should be either "gene" or "operon") |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
107 + the format used by NCBI for genes ("Summary (text)"); |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
108 + four tab-separated columns: sequence name, gene/operon id, start position, end position |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
109 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
110 - Output: |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
111 + An assessment summary in plain text format |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
112 + An assessment summary in tabulation separated values format |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
113 + An assessment summary in LateX format |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
114 + An assessment summary in HTML format |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
115 + An HTML view of contig sizes wit Icarus |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
116 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
117 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
118 ]]> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
119 </help> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
120 |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
121 <citations> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
122 <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
|
123 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
|
124 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
|
125 }</citation> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
126 <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
|
127 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
|
128 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
|
129 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
|
130 }</citation> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
131 </citations> |
736d51130b41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit d0e7095e03f99c80d6cc8f7a2bfb3c5bef33df09
iuc
parents:
diff
changeset
|
132 </tool> |