]> git.donarmstrong.com Git - rsem.git/blobdiff - synthesisRef.cpp
tested version for tbam2gbam
[rsem.git] / synthesisRef.cpp
index 0c6695e82389adce001ce1802d35dd21852e3add..8ce268c197dfff87b7c6d989077fe863cc0d1a4c 100644 (file)
@@ -17,7 +17,7 @@ int M;
 map<string, string> name2seq;
 map<string, string>::iterator iter;
 
-Transcripts transcripts;
+Transcripts transcripts(1); // no genome, just transcript set
 char groupF[STRLEN], tiF[STRLEN], refFastaF[STRLEN], chromListF[STRLEN];
 
 bool hasMappingFile;