diff match_library.py @ 41:e67149fbff20

small changes/improvements; new metams and xcms tools
author pieter.lukasse@wur.nl
date Thu, 06 Nov 2014 16:14:44 +0100
parents eabfda6213ae
children
line wrap: on
line diff
--- a/match_library.py	Fri Sep 19 16:14:58 2014 +0200
+++ b/match_library.py	Thu Nov 06 16:14:44 2014 +0100
@@ -108,7 +108,7 @@
     fill a Galaxy drop-down combo box.
     
     '''
-    files = glob.glob(dir_name + "/*.txt")
+    files = glob.glob(dir_name + "/*.*")
     if len(files) == 0:
         # Configuration error: no library files found in <galaxy-home-dir>/" + dir_name :
         galaxy_output = [("Configuration error: expected file not found in <galaxy-home-dir>/" + dir_name, "", False)]