Changes between Version 27 and Version 28 of SOPs/mapping
- Timestamp:
- 05/27/16 15:50:32 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/mapping
v27 v28 144 144 Sample command: 145 145 {{{ 146 # Single-end reads 146 147 bsub tophat -o s_7_tophat_out --phred64-quals --segment-length 20 -I 200000 -G /nfs/genomes/mouse_gp_jul_07_no_random/gtf/Mus_musculus.NCBIM37.67_noNT.gtf --no-novel-juncs /nfs/genomes/mouse_gp_jul_07_no_random/bowtie/mm9 s_7.txt 148 # Paired-end reads 149 bsub tophat -o s_7_tophat_out --phred64-quals --segment-length 20 -I 200000 -G /nfs/genomes/mouse_gp_jul_07_no_random/gtf/Mus_musculus.NCBIM37.67_noNT.gtf --no-novel-juncs /nfs/genomes/mouse_gp_jul_07_no_random/bowtie/mm9 s_7.1.txt s_7.2.txt 147 150 }}} 148 151