File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/task Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ private void createOrUpdateDataSetColumn() {
87
87
EnrichmentMap map = options .getEnrichmentMap ();
88
88
CyNetwork network = networkManager .getNetwork (map .getNetworkID ());
89
89
CyTable nodeTable = network .getDefaultNodeTable ();
90
- Collection <? extends AbstractDataSet > dataSets = options .getDataSets ();
90
+ Collection <? extends AbstractDataSet > dataSets = filterEMDataSets ( options .getDataSets () );
91
91
92
92
String prefix = map .getParams ().getAttributePrefix ();
93
93
@@ -130,6 +130,8 @@ private void applyVisualStyle() {
130
130
styleBuilderProvider .get ().updateNodeChart (vs , options , chart );
131
131
else
132
132
styleBuilderProvider .get ().updateProperties (vs , options , chart );
133
+
134
+
133
135
}
134
136
135
137
private VisualStyle getVisualStyle (EnrichmentMap map ) {
You can’t perform that action at this time.
0 commit comments