]> git.donarmstrong.com Git - rsem.git/commitdiff
convert-sam-for-rsem is updated
authorBo Li <bli@cs.wisc.edu>
Fri, 9 Dec 2011 23:57:17 +0000 (17:57 -0600)
committerBo Li <bli@cs.wisc.edu>
Fri, 9 Dec 2011 23:57:17 +0000 (17:57 -0600)
convert_sam_for_rsem

index 9bdd0336baf18c33a318fe3153d41f67277d7eac..ee035f0ff471b62515ffd173cdea161fe488c521 100755 (executable)
@@ -165,6 +165,8 @@ Show help information.
 
 This program converts the SAM file generated by user's aligner into a SAM file which RSEM can process. However, users should make sure their aligners use 'reference_name.idx.fa' generated by 'rsem-prepare-reference' as their references. In addition, their aligners should output header information and make two mates of the same alignment adjacent to each other for paired-end data. This program will output the converted file into standard output by default for the purpose of piping. By setting '-o' option, users can make the converted file written into disk.
 
+Note: You do not need to run this script if Bowtie (not Bowtie 2) is used.
+
 =head1 EXAMPLES
 
 Suppose reference_name and input_sam are set to '/ref/mouse_125' and 'input.sam'.