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
+47-37Lines changed: 47 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,43 +83,53 @@ The reference is required for analysing cram files.
83
83
84
84
NOTE: It is important that you use the TIDDIT.py wrapper for SV detection. The TIDDIT binary in the TIDDIT/bin folder does not perform any clustering, it simply extract SV signatures into a tab file.
85
85
86
-
TIDDIT may be fine tuned by altering these optional parameters:
87
-
-o O output prefix(default=output)
88
-
-i I paired reads maximum allowed insert size. Pairs aligning
89
-
on the same chr at a distance higher than this are
90
-
considered candidates for SV (default= 99.9th percentile
91
-
of insert size)
92
-
-d D expected reads orientations, possible values "innie" (->
93
-
<-) or "outtie" (<- ->). Default: major orientation
94
-
within the dataset
95
-
-p P Minimum number of supporting pairs in order to call a
96
-
variation event (default 3)
97
-
-r R Minimum number of supporting split reads to call a small
98
-
variant (default 3)
99
-
-q Q Minimum mapping quality to consider an alignment (default
0 commit comments