|
62 | 62 | },{ |
63 | 63 | name: 'Readsets Not Archived to SRA', |
64 | 64 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
65 | | - schemaName: 'sequenceanalysis', |
66 | | - queryName: 'sequence_readsets', |
67 | | - 'query.totalForwardReads~isnonblank': null, |
68 | | - 'query.isArchived~eq': 0} |
| 65 | + schemaName: 'sequenceanalysis', |
| 66 | + queryName: 'sequence_readsets', |
| 67 | + 'query.totalForwardReads~isnonblank': null, |
| 68 | + 'query.isArchived~eq': 0 |
| 69 | + } |
69 | 70 | ) |
70 | 71 | }, { |
71 | 72 | name: 'Analyses Using Old Readsets', |
|
74 | 75 | queryName: 'sequence_analyses', |
75 | 76 | 'query.readset/status~isnonblank': null |
76 | 77 | }) |
77 | | - },{ |
| 78 | + }, { |
78 | 79 | name: 'Orphan 10x Run Summaries', |
79 | 80 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
80 | 81 | schemaName: 'sequenceanalysis', |
81 | 82 | queryName: 'outputfiles', |
82 | 83 | 'query.category~eq': '10x Run Summary', |
83 | 84 | 'query.readset/totalOutputs~eq': 1 |
84 | 85 | }) |
85 | | - },{ |
| 86 | + }, { |
86 | 87 | name: 'Stale Seurat Object Prototypes', |
87 | 88 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
88 | 89 | schemaName: 'singlecell', |
89 | 90 | queryName: 'stalePrototypes' |
90 | 91 | }) |
91 | | - },{ |
| 92 | + }, { |
92 | 93 | name: 'Duplicate Seurat Object Prototypes', |
93 | 94 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
94 | 95 | schemaName: 'singlecell', |
95 | 96 | queryName: 'duplicatePrototypes' |
96 | 97 | }) |
| 98 | + }, { |
| 99 | + name: 'cDNA Libraries with QC', |
| 100 | + url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
| 101 | + schemaName: 'sequenceanalysis', |
| 102 | + queryName: 'outputfiles', |
| 103 | + 'query.category~eq': 'Seurat Object Prototype', |
| 104 | + 'query.columns': 'rowid,name,description,readset,readset/subjectid,library_id,category,analysis_id,dataid/RowId,runid/jobid,fileSets,workbook,metrics/Fraction Reads in Cells::metricValue,metrics/MeanSaturation$PRNA::metricValue,metrics/TotalCells::metricValue,metrics/FractionDiscordantHashing::metricValue,metrics/FractionFailedHashing::metricValue' |
| 105 | + }) |
97 | 106 | },{ |
98 | 107 | name: 'List of Single-cell Datasets', |
99 | 108 | url: LABKEY.ActionURL.buildURL('query', 'executeQuery.view', null, { |
|
0 commit comments