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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ somatic variant calling.
12
12
Find the documentation here [](https://tronflow-docs.readthedocs.io/en/latest/?badge=latest)
13
13
14
14
This pipeline aligns paired and single end FASTQ files with BWA aln and mem algorithms and with BWA mem 2.
15
-
For RNA-seq star is also supported.
15
+
For RNA-seq STAR is also supported. To increase sensitivity of novel junctions use `--star_two_pass_mode` (recommended for RNAseq variant calling).
16
16
It also includes an initial step of read trimming using FASTP.
17
17
18
18
@@ -55,6 +55,8 @@ Optional input:
55
55
* memory: determines the memory required by each job (default: 32g)
56
56
* inception: if enabled it uses an inception, only valid for BWA aln, it requires a fast file system such as flash (default: false)
57
57
* skip_trimming: skips the read trimming step
58
+
* star_two_pass_mode: activates STAR two-pass mode, increasing sensitivity of novel junction discovery, recommended for RNA variant calling (default: false)
59
+
* additional_args: additional alignment arguments, only effective in BWA mem, BWA mem 2 and STAR (default: none)
0 commit comments