X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=wiggle.h;h=ecce0fcd62ceda827d9a9dd8e60ce0b59ae8115e;hp=1f3759230651b0ca16921495ca2ed29384fb4486;hb=1b2999c4407ef8419fb89b66b843b7141caff4da;hpb=6eec553ba4ab1cb1c6f48cd14d9e5c92c7d85798 diff --git a/wiggle.h b/wiggle.h index 1f37592..ecce0fc 100644 --- a/wiggle.h +++ b/wiggle.h @@ -1,8 +1,13 @@ +#ifndef WIGGLE_H_ +#define WIGGLE_H_ + #include #include #include #include +extern bool no_fractional_weight; // if no_frac_weight == true, each alignment counts as weight 1 + struct Wiggle { std::string name; std::vector read_depth; @@ -40,3 +45,5 @@ private: void build_wiggles(const std::string& bam_filename, WiggleProcessor& processor); + +#endif