Commit 97b0b0d2 authored by Haowen Zhang's avatar Haowen Zhang
Browse files

Add more comment for strand.

parent 0c830c66
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -128,7 +128,8 @@ class SequenceEffectiveRange {

  std::vector<int> starts;
  std::vector<int> ends;
  // The barcode will be reverse-complemented after extraction if strand is '-'.
  // Strand is either '+' or '-'. The barcode will be reverse-complemented after
  // extraction if strand is '-'.
  char strand;
  // Whether the range has been modified by new input.
  bool default_range;