Changes between Version 71 and Version 72 of SOPs/mapping
- Timestamp:
- 02/08/21 10:35:01 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/mapping
v71 v72 132 132 * '''--sjdbOverhang ''' Specifies the length of the genomic sequence around the annotated junction to be used in constructing the splice junctions database. For short reads (<50) use readLength - 1, otherwise a generic value of 100 will work as well (see manual for more info). 133 133 * '''--sjdbGTFfile <GTF_file.gtf>''' Supplies STAR with a GTF file during the genomeGenerate step. Combined with the --sjdbScore <n> option during mapping, this will bias the alignment toward annotated junctions, and reduces alignment to pseudogenes. 134 * '''--alignIntronMax''' maximum intron length needs to be adjusted in certain species, such as yeast.135 134 * '''--genomeSAindexNbases''' For small genomes, the parameter --genomeSAindexNbases must to be scaled down, with a typical value of min(14, log2(GenomeLength)/2 - 1). 136 135