Skip to content

Commit e574359

Browse files
committed
Merge tag '3.8.0' into dev
Finalise release
2 parents 704e43e + cd82cce commit e574359

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGES
22

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+
317
## 3.7.0
418

519
- Corrects counting of BWA reads supporting a pindel call

perl/lib/Sanger/CGP/Pindel.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use strict;
3333
use Const::Fast qw(const);
3434

3535
use base 'Exporter';
36-
our $VERSION = '3.7.0';
36+
our $VERSION = '3.8.0';
3737
our @EXPORT = qw($VERSION);
3838

3939
1;

0 commit comments

Comments
 (0)