]> git.donarmstrong.com Git - rsem.git/blobdiff - wiggle.h
add --no-bam-output option to not generate output bam files
[rsem.git] / wiggle.h
index 09cc4f9ad30141381a36ab45d5704afcf09076cb..1f3759230651b0ca16921495ca2ed29384fb4486 100644 (file)
--- a/wiggle.h
+++ b/wiggle.h
@@ -6,6 +6,7 @@
 struct Wiggle {
     std::string name;
     std::vector<float> read_depth;
+    size_t length;
 };
 
 class WiggleProcessor {