forked from BimberLab/DiscvrLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathalignment_summary_combined.query.xml
More file actions
23 lines (23 loc) · 1.24 KB
/
alignment_summary_combined.query.xml
File metadata and controls
23 lines (23 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="alignment_summary_combined" tableDbType="TABLE">
<tableTitle>Alignment Summary, Combined</tableTitle>
<columns>
<column columnName="total_forward">
<columnTitle>Total First-Mate Reads</columnTitle>
<description>The column shows the number of alignments that contain a first-mate or singleton read</description>
</column>
<column columnName="total_reverse">
<columnTitle>Total Second-Mate Reads</columnTitle>
<description>The column shows the number of alignments that contain a second-mate read</description>
</column>
<column columnName="valid_pairs">
<columnTitle>Total Valid Pairs</columnTitle>
<description>The column shows the number of alignments that contain valid paired reads (both forward and reverse)</description>
</column>
</columns>
</table>
</tables>
</metadata>
</query>