]> git.donarmstrong.com Git - rsem.git/commitdiff
Corrected a typo in rsem-generate-data-matrix
authorBo Li <bli@cs.wisc.edu>
Mon, 11 Aug 2014 19:40:26 +0000 (14:40 -0500)
committerBo Li <bli@cs.wisc.edu>
Mon, 11 Aug 2014 19:40:26 +0000 (14:40 -0500)
rsem-generate-data-matrix

index f85156d0bf68e1aa3bd138da730de578f4594ba6..26390c103e2e42bc9e7029b1a75510dfe7e53722 100755 (executable)
@@ -4,7 +4,7 @@ use strict;
 
 if (scalar(@ARGV) == 0) {
     print "Usage: rsem-generate-data-matrix sampleA.[alleles/genes/isoforms].results sampleB.[alleles/genes/isoforms].results ... > output_name.matrix\n";
 
 if (scalar(@ARGV) == 0) {
     print "Usage: rsem-generate-data-matrix sampleA.[alleles/genes/isoforms].results sampleB.[alleles/genes/isoforms].results ... > output_name.matrix\n";
-    print "All result files should have the same file type. The 'TPM' columns of every result file are extracted to form the data matrix.\n";
+    print "All result files should have the same file type. The 'expected_count' columns of every result file are extracted to form the data matrix.\n";
     exit(-1);
 }
 
     exit(-1);
 }