]> git.donarmstrong.com Git - rsem.git/blobdiff - Refs.h
RSEM v1.1.8
[rsem.git] / Refs.h
diff --git a/Refs.h b/Refs.h
index 41fcf061112bc4b6ca1cc96cb4395ca4a819e944..f411622f0cfb74c974db580e8e16091f1503d16d 100644 (file)
--- a/Refs.h
+++ b/Refs.h
@@ -107,7 +107,7 @@ void Refs::makeRefs(char *inpF, RefSeqPolicy& policy, PolyARules& rules) {
 }
 
 //inpF in fasta format, with sequence all in one line together
-//option 0 read all, 1 do not read sequences and names
+//option 0 read all, 1 do not read sequences
 void Refs::loadRefs(char *inpF, int option) {
   std::ifstream fin;
   RefSeq seq;