Skip to content

Commit f10c26d

Browse files
committed
Update Conga default
1 parent 71f223e commit f10c26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/panel/AnalysisSectionPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Ext4.define('SequenceAnalysis.panel.AnalysisSectionPanel', {
214214
}],
215215
listeners: {
216216
show: function(win){
217-
if (win.getHeight() > Ext4.getBody().getHeight()) {
217+
if (win.getHeight() > window.visualViewport.height) {
218218
win.alignTo(Ext4.getBody(), 't-t?');
219219
}
220220
}

singlecell/src/org/labkey/singlecell/pipeline/singlecell/RunConga.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public Provider()
3737
}}, "conga"),
3838
SeuratToolParameter.create("fieldToIterate", "Field to Iterate", "If provided, in addition to running CoNGA for the entire dataset, it will iterate the values of this field, subset the data by this value, and run CoNGA on that subset. The resulting metadata will be saved with the field name pattern: {congaMetadataPrefix}{FieldValue}", "textfield", new JSONObject(){{
3939

40-
}}, "SubjectId", "fieldToIterate", true),
40+
}}, null, "fieldToIterate", true),
4141
SeuratToolParameter.create("assayName", "Assay Name", "The name of the assay holding the GEX data", "textfield", new JSONObject(){{
4242

4343
}}, "RNA"),

0 commit comments

Comments
 (0)