|
23 | 23 | header: 'Upcoming Release', |
24 | 24 | items: [{ |
25 | 25 | name: 'Release Instructions', |
26 | | - url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
27 | | - schemaName: 'wiki', |
28 | | - queryName: 'page', |
| 26 | + url: LABKEY.ActionURL.buildURL('wiki', 'page.view', null, { |
29 | 27 | name: 'mgapRelease' |
30 | 28 | }) |
31 | 29 | },{ |
|
108 | 106 | },{ |
109 | 107 | header: 'Data and Processing', |
110 | 108 | items: [{ |
111 | | - name: 'Readsets Without Alignments', |
| 109 | + name: 'WGS/WXS Readsets Without BAM/CRAM', |
| 110 | + url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
| 111 | + schemaName: 'sequenceanalysis', |
| 112 | + queryName: 'sequence_readsets', |
| 113 | + 'query.outputFileTypes~doesnotcontain': 'Alignment', |
| 114 | + 'query.totalForwardReads~isnonblank': null, |
| 115 | + 'query.application~in' :'Whole Exome;Whole Genome: Deep Coverage', |
| 116 | + 'query.status~isblank': null, |
| 117 | + 'query.sort': 'name', |
| 118 | + 'query.maxRows': 250 |
| 119 | + }) |
| 120 | + },{ |
| 121 | + name: 'WGS/WXS Readsets Without A gVCF File', |
112 | 122 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
113 | 123 | schemaName: 'sequenceanalysis', |
114 | 124 | queryName: 'sequence_readsets', |
115 | | - 'query.totalAlignments~eq': 0, |
| 125 | + 'query.outputFileTypes~doesnotcontain': 'gVCF File', |
116 | 126 | 'query.totalForwardReads~isnonblank': null, |
| 127 | + 'query.application~in' :'Whole Exome;Whole Genome: Deep Coverage', |
117 | 128 | 'query.status~isblank': null, |
118 | | - 'query.isArchived~eq': 0, |
119 | 129 | 'query.sort': 'name', |
120 | 130 | 'query.maxRows': 250 |
121 | 131 | }) |
|
0 commit comments