Skip to content

Commit

Permalink
Merge tag '3.8.0' into dev
Browse files Browse the repository at this point in the history
Finalise release
  • Loading branch information
keiranmraine committed Feb 22, 2022
2 parents 704e43e + cd82cce commit e574359
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGES

## 3.8.0

- Adds `-noflag` option to `pindel.pl` for use cases where flagging needs to be executed separately or not at all.
- Add `-range` option to `pindel_np_from_vcf.pl`
- Creates `bed.gz` using pindel call range instead of legacy `gff3.gz`
- Adds new flag FF021, normal panel filtering using pindel call range
- Legacy normal panel filtering remove variants with any overlap with normal panel, looses larger events that we have more confidence in with longer reads.
- This is not included by default in any flag set
- A different normal panel needs to be constructed to use this (`bed.gz`)
- Nextflow DSL2 worflows
- `pindel_pl` - wraps `pindel.pl`, subworkflow included for later use.
- `np_generation` - Generate a normal panel from a list of input BAMs
- Handles the complete data generation and conversion to bed/gff3.

## 3.7.0

- Corrects counting of BWA reads supporting a pindel call
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Pindel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.7.0';
our $VERSION = '3.8.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit e574359

Please sign in to comment.