Skip to content

Commit

Permalink
Changes for hotfix release 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrb committed Nov 10, 2016
1 parent 4facb5e commit 4ac7a2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Added:
- Replace old identity check with new Bayesian version in "main" QC output
and plots


Release 1.13.2: 2016-11-10
--------------------------

Changed:
- Hotfix: Add cgp and ddd references to WTSI::NPG::Genotyping::QC::Identity


Release 1.13.1: 2016-07-28
--------------------------

Expand Down
4 changes: 3 additions & 1 deletion src/perl/lib/WTSI/NPG/Genotyping/QC/Identity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ our $FLUIDIGM = 'Fluidigm';
our $PLEX_DIR = '/nfs/srpipe_references/genotypes';
our %PLEX_MANIFESTS = (
$FLUIDIGM => {
qc => $PLEX_DIR.'/qc_fluidigm_snp_info_1000Genomes.tsv',
cgp => $PLEX_DIR.'/cgp_fluidigm_snp_info_1000Genomes.tsv',
ddd => $PLEX_DIR.'/ddd_fluidigm_snp_info_1000Genomes.tsv',
qc => $PLEX_DIR.'/qc_fluidigm_snp_info_1000Genomes.tsv',
},
$SEQUENOM => {
W30467 => $PLEX_DIR.'/W30467_snp_set_info_1000Genomes.tsv',
Expand Down

0 comments on commit 4ac7a2c

Please sign in to comment.