Skip to content

Commit 475c925

Browse files
committed
Update mGAP dashboard
1 parent 6d1004e commit 475c925

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

mGAP/resources/views/mgapDataDashboard.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,26 @@
108108
},{
109109
header: 'Data and Processing',
110110
items: [{
111-
name: 'Readsets Without Alignments',
111+
name: 'WGS/WXS Readsets Without BAM/CRAM',
112112
url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, {
113113
schemaName: 'sequenceanalysis',
114114
queryName: 'sequence_readsets',
115-
'query.totalAlignments~eq': 0,
115+
'query.outputFileTypes~doesnotcontain': 'Alignment',
116116
'query.totalForwardReads~isnonblank': null,
117+
'query.application~in' :'Whole Exome;Whole Genome: Deep Coverage',
118+
'query.status~isblank': null,
119+
'query.sort': 'name',
120+
'query.maxRows': 250
121+
})
122+
},{
123+
name: 'WGS/WXS Readsets Without A gVCF File',
124+
url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, {
125+
schemaName: 'sequenceanalysis',
126+
queryName: 'sequence_readsets',
127+
'query.outputFileTypes~doesnotcontain': 'gVCF File',
128+
'query.totalForwardReads~isnonblank': null,
129+
'query.application~in' :'Whole Exome;Whole Genome: Deep Coverage',
117130
'query.status~isblank': null,
118-
'query.isArchived~eq': 0,
119131
'query.sort': 'name',
120132
'query.maxRows': 250
121133
})

0 commit comments

Comments
 (0)