|
73 | 73 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
74 | 74 | schemaName: 'sequenceanalysis', |
75 | 75 | queryName: 'sequence_readsets', |
76 | | - viewName: 'SRA Info', |
| 76 | + 'query.viewName': 'SRA Info', |
77 | 77 | 'query.totalForwardReads~isnonblank': null, |
78 | 78 | 'query.application~containsoneof': 'Cell Hashing;CITE-Seq', |
79 | 79 | 'query.totalOutputs~gt': 0, |
|
87 | 87 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
88 | 88 | schemaName: 'sequenceanalysis', |
89 | 89 | queryName: 'sequence_readsets', |
90 | | - viewName: 'SRA Info', |
| 90 | + 'query.viewName': 'SRA Info', |
91 | 91 | 'query.totalForwardReads~isnonblank': null, |
92 | 92 | 'query.isArchived~eq': 0, |
93 | 93 | 'query.readdataWithoutSra~eq': 0, |
94 | | - 'query.readset/outputFileTypes~contains': '10x VLoupe', |
| 94 | + 'query.outputFileTypes~contains': '10x VLoupe', |
95 | 95 | 'query.application~contains': 'single', |
96 | 96 | 'query.status~isblank': null, |
97 | 97 | 'query.librarytype~doesnotcontain': 'BCR', |
|
0 commit comments