You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alignEndsType: "Local"#type of read ends alignment ["Local", "EndToEnd", "Extend5pOfRead1", "Extend5pOfReads12"]
49
+
alignIntronMax: 50000#maximum intron length
50
+
alignSJDBoverhangMin: 3# minimum overhang value for annotated spliced junctions
51
+
alignSJoverhangMin: 5# minimum overhang value for non-cannonical splied junctions
52
+
alignTranscriptsPerReadNmax: 10000#max number of different alignments per read to consider [int>0]
53
+
alignWindowsPerReadNmax: 10000#max number of windows per read [int>0]
54
+
limitOutSJcollapsed: 1000000# max number of collapsed junctions [int>0]
55
+
outFilterMatchNmin: 15# alignment will be output only if the number of matched bases is higher than or equal to this value.
56
+
outFilterMatchNminOverLread: 0.9#alignment will be output only if the number of matched bases is >= to value; normalized to sum of mates’ lengths for paired-end reads
57
+
outFilterMismatchNmax: 999#alignment will be output only if it has no more mismatches than this value.
58
+
outFilterMismatchNoverReadLmax: 0.04#alignment will be output only if its ratio of mismatches to *read* length is less than or equal to this value.
59
+
outFilterMultimapNmax: 10000#max number of multiple alignments allowed for a read: if exceeded, the read is considered unmapped
60
+
outFilterMultimapScoreRange: 0#the score range below the maximum score for multimapping alignments
61
+
outFilterScoreMin: 0#alignment will be output only if its score is higher than or equal to this value.
62
+
outFilterType: "Normal"#type of filtering ["Normal", "BySJout"]
63
+
outSAMattributes: "All"#a string of desired SAM attributes, in the order desired for the output SAM
64
+
outSAMunmapped: "None"#output of unmapped reads in the SAM format ["None", "Within"]
65
+
outSJfilterCountTotalMin: "3,1,1,1"#minimum total (multi-mapping+unique) read count per junction for: (1) non-canonical motifs, (2) GT/AG and CT/AC motif, (3) GC/AG and CT/GC motif, (4) AT/AC and GT/AT motif
66
+
outSJfilterOverhangMin: "30,12,12,12"#minimum overhang length for splice junctions on both sides for: (1) non-canonical motifs, (2) GT/AG and CT/AC motif, (3) GC/AG and CT/GC motif, (4) AT/AC and GT/AT motif
67
+
outSJfilterReads: "All"#which reads to consider for collapsed splice junctions output ["All", "Unique"]
68
+
seedMultimapNmax: 10000#only pieces that map fewer than this value are utilized in the stitching procedure [int>0]
69
+
seedNoneLociPerWindow: 20#max number of one seed loci per window [int>0]
70
+
seedPerReadNmax: 10000#max number of seeds per read
71
+
seedPerWindowNmax: 500#max number of seeds per window
72
+
sjdbScore: 2#extra alignment score for alignmets that cross database junctions
73
+
winAnchorMultimapNmax: 500#max number of loci anchors are allowed to map to
0 commit comments