]> git.donarmstrong.com Git - rsem.git/blobdiff - buildReadIndex.cpp
add --no-bam-output option to not generate output bam files
[rsem.git] / buildReadIndex.cpp
index 1986a4a4ae8837cddc67244cc76363e0973eed70..c9e1deb729c1b948a48a7a6c4e10b48806dfb04e 100644 (file)
@@ -53,7 +53,7 @@ void buildIndex(char* readF, int gap, bool hasQ) {
                }
                ++nReads;
 
-               if (verbose && nReads % 1000000 == 0) { printf("FIN %lld\n", nReads); }
+               if (verbose && nReads % 1000000 == 0) { printf("FIN %lld\n", (long long)nReads); }
        } while (success);
 
        fout.seekp(startPos);