Show the "Amplified from sample" as the parent library id and allow
[htsworkflow.git] / htsworkflow / frontend / samples / results.py
index d7cb77ea9c62218af744aaec86ed222dca8484b8..c2419cd916d110463297f97d4bf6a5b7449d78dc 100644 (file)
@@ -71,7 +71,7 @@ def get_flowcell_result_dict(flowcell_id):
         
         d[c_dir]['eland_results'] = {}
         
-        result_filepaths = glob.glob(os.path.join(c_dir_path, 's_*_eland_result.txt*'))
+        result_filepaths = glob.glob(os.path.join(c_dir_path, 's_*_eland_*'))
         
         for filepath in result_filepaths: