]> git.donarmstrong.com Git - rsem.git/blobdiff - makefile
Added posterior standard deviation of counts as output if either '--calc-pme' or...
[rsem.git] / makefile
index aec4b2ddb6b9aeb37222e7cfeea23c5a6b7a27bb..76e1ac39350045f1200d5786e45f3ebf323464f5 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ Transcript.h : utils.h
 
 Transcripts.h : my_assert.h Transcript.h
 
-rsem-extract-reference-transcripts : utils.h GTFItem.h Transcript.h Transcripts.h extractRef.cpp
+rsem-extract-reference-transcripts : utils.h my_assert.h GTFItem.h Transcript.h Transcripts.h extractRef.cpp
        $(CC) -Wall -O3 extractRef.cpp -o rsem-extract-reference-transcripts
 
 rsem-synthesis-reference-transcripts : utils.h my_assert.h Transcript.h Transcripts.h synthesisRef.cpp