annotate qualimap_rnaseq.xml @ 0:613e6446ea5d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
author iuc
date Thu, 10 Oct 2019 17:41:10 -0400
parents
children ce0da6c9f49e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
1 <tool id="qualimap_rnaseq" name="QualiMap RNA-Seq QC" version="@VERSION@">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
2 <macros>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
3 <import>qualimap_macros.xml</import>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
4 </macros>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
5 <expand macro="requirements" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
6 <expand macro="version_command" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
8 @SET_JAVA_OPTS@ &&
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
9
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
10 qualimap rnaseq
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
11 -bam '${seq_info.input}'
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
12 -gtf '$features'
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
13 ${seq_info.treat_as_pe}
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
14 ${seq_info.sorted}
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
15 ${counts_out.report_counts}
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
16 --sequencing-protocol ${read_filtering.library_type}
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
17 --algorithm ${read_filtering.treat_multimappers}
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
18 -outdir results -outformat html &&
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
19
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
20 #set $report_name = 'qualimapReport'
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
21 #set $summary_report = 'rnaseq_qc_results.txt'
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
22 #if str($counts_out.report_counts):
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
23 #set $ccol_name = str($counts_out.ccol_name).strip() or str($seq_info.input.name).replace(' ', '_')
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
24 printf '#GeneID\t%s\n' '$ccol_name' > '$output_counts' &&
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
25 cat results/counts.txt >> '$output_counts' &&
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
26 #end if
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
27 @MASSAGE_OUTPUT@
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
28 ]]></command>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
29 <inputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
30 <conditional name="seq_info">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
31 <param argument="-pe" name="treat_as_pe" type="select"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
32 label="Counting mode"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
33 help="You will usually want to choose 'Count fragments' for paired-end data. For single-end data, choose 'Count reads'. See tool help below.">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
34 <option value="">Count reads</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
35 <option value="--paired">Count fragments</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
36 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
37 <when value="">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
38 <param argument="-bam" name="input" type="data" format="bam"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
39 label="Mapped reads input dataset" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
40 <param name="sorted" type="hidden" value="" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
41 </when>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
42 <when value="--paired">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
43 <param argument="-bam" name="input" type="data" format="qname_sorted.bam"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
44 label="Mapped reads input dataset" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
45 <param name="sorted" type="hidden" value="--sorted" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
46 </when>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
47 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
48 <param argument="-gtf" name="features" type="data" format="gtf"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
49 label="Genome annotation data" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
50 <conditional name="counts_out">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
51 <param argument="-oc" name="report_counts" type="select"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
52 label="Keep the per-gene counts data?"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
53 help="The resulting dataset can, for example, serve as input to QualiMap Counts QC for further assessment.">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
54 <option value="">No, just report statistics</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
55 <option value="-oc counts.txt">Yes, generate separate counts output</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
56 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
57 <when value="" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
58 <when value="-oc counts.txt">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
59 <param name="ccol_name" type="text"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
60 label="Name to use for the counts column"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
61 help="Consider using the name of the analyzed sample here. Default: Name of the mapped reads input dataset in the history" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
62 </when>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
63 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
64 <section name="read_filtering" title="Read selection for counting" expanded="true">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
65 <param argument="-p" name="library_type" type="select" display="radio"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
66 label="Strandedness">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
67 <option value="non-strand-specific">Count reads/fragments independent of strandedness</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
68 <option value="strand-specific-forward">Count only reads/fragments expected in forward-stranded data</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
69 <option value="strand-specific-reverse">Count only reads/fragments expected in reverse-stranded data</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
70 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
71 <param argument="-a" name="treat_multimappers" type="select" display="radio"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
72 label="Multimapping reads">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
73 <option value="uniquely-mapped-reads">Count uniquely mapped reads only</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
74 <option value="proportional">Count also multimapping reads</option>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
75 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
76 </section>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
77 </inputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
78 <outputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
79 <data name="output_html" format="html"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
80 label="${tool.name} report on ${on_string}" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
81 <data name="output_counts" format="tsv"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
82 label="${tool.name} counts on ${on_string}">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
83 <filter>str(counts_out['report_counts'])</filter>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
84 </data>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
85 <collection name="raw_data" type="list"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
86 label="Raw data for ${tool.name} on ${on_string}">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
87 <data name="rnaseq_qc_results" format="txt" from_work_dir="results/summary_report.txt" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
88 <data name="coverage_profile_along_genes_high" format="tsv" from_work_dir="results/coverage_profile_along_genes_high.txt" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
89 <data name="coverage_profile_along_genes_low" format="tsv" from_work_dir="results/coverage_profile_along_genes_low.txt" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
90 <data name="coverage_profile_along_genes_total" format="tsv" from_work_dir="results/coverage_profile_along_genes_total.txt" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
91 </collection>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
92 </outputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
93 <tests>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
94 <test expect_num_outputs="6">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
95 <conditional name="seq_info">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
96 <param name="treat_as_pe" value="" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
97 <param name="input" value="test_mapped_reads.bam" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
98 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
99 <param name="features" value="features.gtf" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
100 <output name="output_html" ftype="html">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
101 <assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
102 <has_text text="Qualimap report: RNA Seq QC" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
103 </assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
104 </output>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
105 <output_collection name="raw_data" type="list">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
106 <element name="rnaseq_qc_results" file="rnaseq_qc_results_default.txt" ftype="txt" compare="diff" lines_diff="4" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
107 </output_collection>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
108 </test>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
109 <test expect_num_outputs="7">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
110 <conditional name="seq_info">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
111 <param name="treat_as_pe" value="--paired" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
112 <param name="input" value="test_mapped_reads.bam" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
113 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
114 <param name="features" value="features.gtf" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
115 <conditional name="counts_out">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
116 <param name="report_counts" value="-oc counts.txt" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
117 <param name="ccol_name" value="try_this" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
118 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
119 <section name="read_filtering">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
120 <param name="library_type" value="strand-specific-forward" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
121 <param name="treat_multimappers" value="proportional" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
122 </section>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
123 <output name="output_html" ftype="html">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
124 <assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
125 <has_text text="Qualimap report: RNA Seq QC" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
126 </assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
127 </output>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
128 <output name="output_counts" file="rnaseq_qc_counts_custom.txt" ftype="tsv" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
129 <output_collection name="raw_data" type="list">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
130 <element name="rnaseq_qc_results" file="rnaseq_qc_results_custom.txt" ftype="txt" compare="diff" lines_diff="4" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
131 </output_collection>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
132 </test>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
133 </tests>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
134 <help><![CDATA[
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
135 **What it does**
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
136
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
137 **Qualimap RNA-Seq QC** reports quality control metrics and bias estimations
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
138 which are specific for whole transcriptome sequencing, including reads genomic
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
139 origin, junction analysis, transcript coverage and 5’-3’ bias computation.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
140 As such, the tool complements the more general analysis with QualiMap BamQC,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
141 and its (optional) gene counts output can be analyzed further with QualiMap
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
142 Counts QC.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
143
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
144
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
145 Input
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
146 =====
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
147
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
148 *Mapped reads input dataset*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
149
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
150 The dataset holding the mapped reads to carry out the analysis with. Typically,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
151 this will have been produced by a splicing-aware aligner like *HISAT2* or *RNA
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
152 STAR*.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
153
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
154 *Genome annotation data*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
155
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
156 A GTF dataset of genomic features that mapped reads should be counted for.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
157
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
158
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
159 Parameters
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
160 ----------
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
161
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
162 *Counting mode*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
163
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
164 Determines whether reads should be counted individually, or whether multiple
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
165 reads originating from the same sequencing template (*i.e.*, the read and its
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
166 mate in paired-end sequencing) should be counted as one.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
167
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
168 You will usually want to choose ``Count fragments`` for paired-end data. For
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
169 single-end data, choose ``Count reads``.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
170
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
171 *Keep the per-gene counts data?*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
172
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
173 Controls whether the optional Counts output dataset should be produced, or not.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
174
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
175 If you choose to produce this dataset, you can use:
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
176
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
177 *Name to use for the counts column* to specify the name of the second column in
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
178 that output.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
179
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
180 Using, for example, the name of the analyzed sample here can help you keep
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
181 track of your data, especially when joining several counts datasets into a
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
182 count matrix later on. In addition, *Qualimap Counts QC* will reuse the
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
183 names of counts columns as sample names.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
184
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
185 **Read selection for counting** section
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
186
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
187 *Strandedness*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
188
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
189 Choose here the option that fits the strand-specificity of your sequencing
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
190 library.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
191
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
192 The Galaxy Training Material has an excellent discussion of sequencing
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
193 data strandedness included in the
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
194 `Reference-based RNA-Seq data analysis <https://galaxyproject.github.io/training-material/topics/transcriptomics/tutorials/ref-based/tutorial.html#count-the-number-of-reads-per-annotated-gene>`__
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
195 tutorial.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
196
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
197 *Multimapping reads*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
198
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
199 Choose here how to treat reads that are mapped ambiguously to several genome locations.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
200
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
201 - *Count uniquely mapped reads only* excludes multi-mapping reads
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
202
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
203 - *Count also multimapping reads* activates *proportional* counting of
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
204 multi-mapping reads.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
205
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
206 In this mode, each read is weighted according to the number of mapped
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
207 locations. For example, a read mapped to 4 different locations will add 0.25
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
208 to the "counts" of each of the locations it maps to. The final calculated
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
209 counts per feature will be converted to integer numbers.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
210
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
211 Note: Detection of multi-mapping reads by the tool relies on the ``NH`` tag of
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
212 reads in the BAM input, so make sure the aligner used to produce the dataset is
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
213 configured to write this tag.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
214
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
215
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
216 Outputs
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
217 =======
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
218
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
219 HTML Report
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
220 -----------
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
221
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
222 **Summary Section**
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
223
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
224 *Reads alignment*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
225
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
226 Summarizes the mapping characteristics of the reads in the input:
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
227
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
228 - total number of mapped reads
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
229
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
230 reported as left/right read mates in case of paired-end reads; excludes
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
231 secondary alignments
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
232
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
233 If you accidentally selected `Count fragments` as the *Counting mode* for
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
234 single-end data these and the following count of *Number of aligned pairs*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
235 will be zero.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
236
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
237 - total number of alignments
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
238
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
239 reports all alignment records found, including secondary alignments
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
240
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
241 - number of secondary alignments
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
242
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
243 - number of non-unique alignments
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
244
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
245 reports the number of alignment records with an ``NH`` tag greater than one;
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
246 corresponds to the number of alignments that will have been skipped during
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
247 counting when *Count uniquely mapped reads only* is selected
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
248
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
249 - number of reads aligned to genes
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
250
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
251 - number of ambiguous alignments
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
252
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
253 This is the number of mapped reads that span multiple annotated genes.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
254 Such reads are always skipped during counting.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
255
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
256 - no feature assigned
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
257
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
258 reports the number of alignments that are not overlapping any annotated
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
259 feature; these may represent alignments to introns or intergenic regions, or,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
260 if the number is really high, may indicate a problem with your genome
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
261 annotations
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
262
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
263 - not aligned
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
264
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
265 number of reads not mapped by the aligner (but included in the BAM input)
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
266
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
267 - strand specificity estimation (fwd/rev)
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
268
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
269 computed if *Count reads/fragments independent of strandedness* is selected;
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
270 estimate of the proportion of alignments in line with forward- and reverse-
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
271 strand-specificitiy of the sequencing library
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
272
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
273 Balanced proportions (*i.e.* ~ 0.5 forward- and ~ 0.5 reverse-strand support)
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
274 can be interpreted as likely non-strand-specificity of the sequencing library,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
275 while a strand-specific library would manifest itself in a large fraction of
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
276 reads supporting that specific strand-specificity.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
277
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
278 *Reads genomic origin*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
279
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
280 Lists how many alignments (absolute number/fraction) fall into
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
281
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
282 - exonic,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
283 - intronic,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
284 - intergenic
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
285
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
286 regions, or are at least
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
287
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
288 - overlapping an exon.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
289
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
290 *Transcript coverage profile*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
291
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
292 The profile provides ratios between mean coverage of 5’ regions, 3’ regions and whole transcripts.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
293
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
294 - 5’ bias
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
295
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
296 the ratio of coverage median of 5’ regions (defined as the first 100 nts) to whole transcripts
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
297
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
298 - 3' bias
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
299
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
300 the ratio of coverage median of 3’ regions (defined as the last 100 nts) to whole transcripts
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
301
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
302 - 5’-3’ bias
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
303
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
304 the ratio of 5' bias to 3' bias.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
305
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
306 *Junction analysis*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
307
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
308 Lists the total number of reads with splice junctions and the relative
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
309 frequency of the (up to) 10 most frequent junction sequences.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
310
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
311
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
312 **Plots**
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
313
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
314 *Reads Genomic Origin*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
315
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
316 A pie chart showing how many read alignments fall into exonic, intronic and
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
317 intergenic regions.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
318
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
319 *Coverage Profile Along Genes (Total)*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
320
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
321 This plot shows the mean coverage profile of all genes with non-zero
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
322 overall coverage.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
323
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
324 *Coverage Profile Along Genes (Low)*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
325
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
326 The plot shows the mean coverage profile of the 500 genes with the lowest, but non-zero overall coverage.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
327
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
328 *Coverage Profile Along Genes (High)*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
329
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
330 The plot shows the mean coverage profile of the 500 genes with the highest
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
331 overall coverage.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
332
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
333 *Coverage Histogram (0-50x)*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
334
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
335 Coverage of genes from 0 to 50x. Genes with >50x coverage are added to the 50x
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
336 bin.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
337
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
338 *Junction Analysis*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
339
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
340 This pie chart shows an analysis of the splice junctions observed in the
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
341 alignments. It consists of three categories:
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
342
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
343 - Known
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
344
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
345 observed splice junctions both sides of which are in line with the genome
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
346 annotation data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
347
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
348 - Partly known
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
349
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
350 observed splice junctions for which only one junction side can be deduced
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
351 from the genome annotation data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
352
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
353 - Novel
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
354
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
355 observed splice junctions not predicted on either side by the genome
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
356 annotation data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
357
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
358
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
359 Raw data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
360 --------
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
361
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
362 This is a *Collection* of 4 individual datasets.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
363
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
364 Of these, the *rnaseq_qc_results* dataset provides a plain-text version of the
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
365 *HTML report* *Summary* section.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
366
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
367 The other 3 datasets hold the tabular raw data underlying the three coverage
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
368 profile plots in the *HTML Report*.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
369
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
370
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
371 Counts data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
372 -----------
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
373
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
374 Optional. This is a 2-column tabular dataset of read or fragment counts
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
375 (depending on the chosen *Counting mode*) per annotated gene. The first column
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
376 lists the gene identifiers found in the *Genome annotation data*, the second
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
377 the associated counts.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
378
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
379 This dataset represents valid (single-sample) input for the QualiMap Counts QC
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
380 tool.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
381 ]]></help>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
382 <expand macro="citations"/>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
383 </tool>