File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
EnrichmentMapIntegrationTest
src/main/java/org/baderlab/csplugins/enrichmentmap/commands Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.baderlab.csplugins</groupId >
9
9
<artifactId >enrichmentmap-parent</artifactId >
10
- <version >3.3.6 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
13
13
<artifactId >enrichmentmap-integration</artifactId >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.baderlab.csplugins</groupId >
13
13
<artifactId >enrichmentmap-parent</artifactId >
14
- <version >3.3.6 </version >
14
+ <version >3.4.0-SNAPSHOT </version >
15
15
</parent >
16
16
17
17
<artifactId >enrichmentmap</artifactId >
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ public void run(TaskMonitor tm) {
77
77
results = colorsToStrings (colors );
78
78
}
79
79
80
- System .out .println ("** colors command **" );
81
- results .forEach (System .out ::println );
80
+ // System.out.println("** colors command **");
81
+ // results.forEach(System.out::println);
82
82
}
83
83
84
84
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ public void run(TaskMonitor tm) {
84
84
.sorted (compareSignificance (nodeSig , chartData ))
85
85
.collect (Collectors .toList ());
86
86
87
- System .out .println ("** significance command **" );
88
- columnIDs .forEach (System .out ::println );
89
- results .forEach (node -> System .out .println ("Node:" + node .getSUID () + ", sig:" + nodeSig .get (node )));
87
+ // System.out.println("** significance command **");
88
+ // columnIDs.forEach(System.out::println);
89
+ // results.forEach(node -> System.out.println("Node:" + node.getSUID() + ", sig:" + nodeSig.get(node)));
90
90
}
91
91
92
92
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.baderlab.csplugins</groupId >
6
6
<artifactId >enrichmentmap-parent</artifactId >
7
- <version >3.3.6 </version >
7
+ <version >3.4.0-SNAPSHOT </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<properties >
You can’t perform that action at this time.
0 commit comments