Look for RTAConfig.xml file generated by pipeline 1.12 era.
authorDiane Trout <diane@caltech.edu>
Thu, 12 Jul 2012 18:16:17 +0000 (11:16 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 12 Jul 2012 18:16:17 +0000 (11:16 -0700)
htsworkflow/pipelines/ipar.py

index 376c5bd98ecbfe082329c4d3d75f238be47de182..28f523dcce754c8efb3bae8430d2edd69efec9b5 100644 (file)
@@ -226,7 +226,8 @@ def ipar(pathname):
         # its still live.
 
     # look for parameter xml file
-    paramfiles = [os.path.join(pathname, 'config.xml'),
+    paramfiles = [os.path.join(pathname, 'RTAConfig.xml'),
+                  os.path.join(pathname, 'config.xml'),
                   os.path.join(path, '.params')]
     for paramfile in paramfiles:
         if os.path.exists(paramfile):