... | ... |
@@ -76,7 +76,7 @@ XPtr<GatingSet> parse_workspace(XPtr<flowJoWorkspace> ws |
76 | 76 |
//ws parser config |
77 | 77 |
config.data_dir = path; |
78 | 78 |
config.cf_dir = backend_dir; |
79 |
- config.fmt = backend=="h5"?FileFormat::H5:FileFormat::TILE; |
|
79 |
+ config.fmt = FileFormat::H5; |
|
80 | 80 |
config.is_gating = execute; |
81 | 81 |
config.is_parse_gate = includeGates; |
82 | 82 |
config.is_pheno_data_from_FCS = is_pheno_data_from_FCS; |