Skip to content

Commit 0e68177

Browse files
committed
better recognition of ranks files
1 parent d715f8a commit 0e68177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/resolver/DataSetResolver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ private static Type guess(Path path) {
249249
}
250250
if(hasExtension(path, "rnk")) {
251251
addScore(scores, Type.RANKS, 1);
252-
addScore(scores, Type.EXPRESSION, 1);
253252
}
254253
if(hasExtension(path, "xls", "tsv", "txt")) {
255254
Type type = guessEnrichmentType(lines.firstLine);

0 commit comments

Comments
 (0)