We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905b0c0 commit 14edbf5Copy full SHA for 14edbf5
EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/view/util/FileBrowser.java
@@ -31,7 +31,8 @@ public class FileBrowser {
31
32
public static enum Filter {
33
GMT("GMT Files",
34
- new FileChooserFilter("gmt Files", "gmt")
+ new FileChooserFilter("gmt Files", "gmt"),
35
+ new FileChooserFilter("txt Files", "txt")
36
),
37
ENRICHMENT("Enrichment Files",
38
new FileChooserFilter("gct Files", "xls"),
0 commit comments