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: CHANGES.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# CHANGES
2
2
3
+
## 3.8.0
4
+
5
+
- Adds `-noflag` option to `pindel.pl` for use cases where flagging needs to be executed separately or not at all.
6
+
- Add `-range` option to `pindel_np_from_vcf.pl`
7
+
- Creates `bed.gz` using pindel call range instead of legacy `gff3.gz`
8
+
- Adds new flag FF021, normal panel filtering using pindel call range
9
+
- Legacy normal panel filtering remove variants with any overlap with normal panel, looses larger events that we have more confidence in with longer reads.
10
+
- This is not included by default in any flag set
11
+
- A different normal panel needs to be constructed to use this (`bed.gz`)
12
+
- Nextflow DSL2 worflows
13
+
-`pindel_pl` - wraps `pindel.pl`, subworkflow included for later use.
14
+
-`np_generation` - Generate a normal panel from a list of input BAMs
15
+
- Handles the complete data generation and conversion to bed/gff3.
16
+
3
17
## 3.7.0
4
18
5
19
- Corrects counting of BWA reads supporting a pindel call
0 commit comments