X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=extractRef.cpp;h=da0effc70e3c3fe25925c615d30e40f2c15b55eb;hb=cb94fd597b180aa7cb01ae84c9d1025201b98d8e;hp=3173d6517c1fccd6edcf03fa15502b64faadb28d;hpb=fc69cf6af24c0550e55447fc82f01cb6f90c1c42;p=rsem.git diff --git a/extractRef.cpp b/extractRef.cpp index 3173d65..da0effc 100644 --- a/extractRef.cpp +++ b/extractRef.cpp @@ -304,8 +304,7 @@ int main(int argc, char* argv[]) { for (int i = 1; i <= M; i++) { if (seqs[i] == "") { const Transcript& transcript = transcripts.getTranscriptAt(i); - fprintf(stderr, "Cannot extract transcript %s's sequence from chromosome %s, whose information might not be provided! \" - "Please check if the chromosome directory is set correctly or the list of chromosome files is complete.\n", \ + fprintf(stderr, "Cannot extract transcript %s's sequence from chromosome %s, whose information might not be provided! Please check if the chromosome directory is set correctly or the list of chromosome files is complete.\n", \ transcript.getTranscriptID().c_str(), transcript.getGeneID().c_str()); exit(-1); }