annotate qualimap_rnaseq.xml @ 1:ce0da6c9f49e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
author iuc
date Tue, 29 Oct 2019 09:14:03 -0400
parents 613e6446ea5d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
ce0da6c9f49e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 0
diff changeset
1 <tool id="qualimap_rnaseq" name="QualiMap RNA-Seq QC" version="@VERSION@+galaxy1">
0
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
1
ce0da6c9f49e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 0
diff changeset
10 ## Have qualimap detect file format by suffix
ce0da6c9f49e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 0
diff changeset
11 ## since its autodetection is unreliable.
ce0da6c9f49e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 0
diff changeset
12 ln -s '$features' features.gtf &&
ce0da6c9f49e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 0
diff changeset
13
0
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
14 qualimap rnaseq
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
15 -bam '${seq_info.input}'
1
ce0da6c9f49e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"
iuc
parents: 0
diff changeset
16 -gtf features.gtf
0
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
17 ${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
18 ${seq_info.sorted}
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
19 ${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
20 --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
21 --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
22 -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
23
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
24 #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
25 #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
26 #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
27 #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
28 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
29 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
30 #end if
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
31 @MASSAGE_OUTPUT@
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
32 ]]></command>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
33 <inputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
34 <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
35 <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
36 label="Counting mode"
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
37 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
38 <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
39 <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
40 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
41 <when value="">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
42 <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
43 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
44 <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
45 </when>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
46 <when value="--paired">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
47 <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
48 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
49 <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
50 </when>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
51 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
52 <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
53 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
54 <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
55 <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
56 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
57 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
58 <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
59 <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
60 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
61 <when value="" />
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
62 <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
63 <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
64 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
65 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
66 </when>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
67 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
68 <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
69 <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
70 label="Strandedness">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
71 <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
72 <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
73 <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
74 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
75 <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
76 label="Multimapping reads">
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
77 <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
78 <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
79 </param>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
80 </section>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
81 </inputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
82 <outputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
83 <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
84 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
85 <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
86 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
87 <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
88 </data>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
89 <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
90 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
91 <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
92 <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
93 <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
94 <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
95 </collection>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
96 </outputs>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
97 <tests>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
98 <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
99 <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
100 <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
101 <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
102 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
103 <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
104 <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
105 <assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
106 <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
107 </assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
108 </output>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
109 <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
110 <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
111 </output_collection>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
112 </test>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
113 <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
114 <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
115 <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
116 <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
117 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
118 <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
119 <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
120 <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
121 <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
122 </conditional>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
123 <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
124 <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
125 <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
126 </section>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
127 <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
128 <assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
129 <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
130 </assert_contents>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
131 </output>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
132 <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
133 <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
134 <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
135 </output_collection>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
136 </test>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
137 </tests>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
138 <help><![CDATA[
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
139 **What it does**
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
140
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
141 **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
142 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
143 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
144 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
145 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
146 Counts QC.
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
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
149 Input
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
150 =====
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
151
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
152 *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
153
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
154 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
155 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
156 STAR*.
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 *Genome annotation data*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
159
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
160 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
161
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
162
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
163 Parameters
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
164 ----------
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
165
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
166 *Counting mode*
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 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
169 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
170 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
171
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
172 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
173 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
174
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
175 *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
176
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
177 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
178
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
179 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
180
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
181 *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
182 that output.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
183
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
184 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
185 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
186 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
187 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
188
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
189 **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
190
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
191 *Strandedness*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
192
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
193 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
194 library.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
195
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
196 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
197 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
198 `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
199 tutorial.
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 *Multimapping 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 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
204
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
205 - *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
206
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
207 - *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
208 multi-mapping reads.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
209
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
210 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
211 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
212 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
213 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
214
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
215 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
216 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
217 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
218
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
219
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
220 Outputs
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
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
223 HTML Report
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
224 -----------
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 **Summary Section**
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 *Reads alignment*
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 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
231
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
232 - 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
233
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
234 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
235 secondary alignments
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 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
238 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
239 will be zero.
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 - 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
242
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
243 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
244
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
245 - 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
246
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
247 - 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
248
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
249 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
250 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
251 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
252
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
253 - 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
254
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
255 - 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
256
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
257 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
258 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
259
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
260 - no feature assigned
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
261
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
262 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
263 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
264 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
265 annotations
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 - not aligned
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 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
270
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
271 - 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
272
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
273 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
274 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
275 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
276
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
277 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
278 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
279 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
280 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
281
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
282 *Reads genomic origin*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
283
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
284 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
285
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
286 - exonic,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
287 - intronic,
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
288 - intergenic
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 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
291
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
292 - overlapping an exon.
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 *Transcript coverage profile*
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 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
297
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
298 - 5’ 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 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
301
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
302 - 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 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
305
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
306 - 5’-3’ bias
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 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
309
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
310 *Junction analysis*
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 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
313 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
314
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 **Plots**
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
317
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
318 *Reads Genomic Origin*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
319
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
320 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
321 intergenic regions.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
322
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
323 *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
324
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
325 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
326 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 (Low)*
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 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
331
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
332 *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
333
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
334 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
335 overall coverage.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
336
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
337 *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
338
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
339 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
340 bin.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
341
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
342 *Junction Analysis*
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
343
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
344 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
345 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
346
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
347 - Known
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
348
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
349 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
350 annotation data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
351
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
352 - Partly known
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
353
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
354 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
355 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
356
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
357 - Novel
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 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
360 annotation data
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
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
363 Raw data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
364 --------
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
365
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
366 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
367
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
368 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
369 *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
370
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
371 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
372 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
373
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
374
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
375 Counts data
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
376 -----------
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
377
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
378 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
379 (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
380 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
381 the associated counts.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
382
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
383 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
384 tool.
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
385 ]]></help>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
386 <expand macro="citations"/>
613e6446ea5d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit b4d43001cc0caa14d760c347fa1c416929f769b2"
iuc
parents:
diff changeset
387 </tool>