Commit 911365b9 authored by Li's avatar Li
Browse files

Do not sort the read format ranges. In some cases, the input order matters.

parent 9620d139
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ class SequenceEffectiveRange {
      return;
    }

    std::sort(starts.begin(), starts.end());
    /*std::sort(starts.begin(), starts.end());
    std::sort(ends.begin(), ends.end());

    if (ends[0] == -1) {
      ends.erase(ends.begin());
      ends.push_back(-1);
    }
    }*/
  }

  // Return false if it fails to parse the format string.