Commit 1f4ae0d6 authored by Haowen Zhang's avatar Haowen Zhang
Browse files

Fix a bug in parameter checking

parent 10b37bf3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1896,7 +1896,6 @@ void ChromapDriver::ParseArgsAndRun(int argc, char *argv[]) {
    std::string matrix_output_prefix;
    if (result.count("p")) {
      matrix_output_prefix = result["matrix-output-prefix"].as<std::string>();
    } else {
      if (is_bulk_data) {
        chromap::Chromap<>::ExitWithMessage("No barcode file specified but asked to output matrix files!");
      }