diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 58bb3793a..4e6e2ed7c 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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 -------------------------- diff --git a/src/perl/lib/WTSI/NPG/Genotyping/QC/Identity.pm b/src/perl/lib/WTSI/NPG/Genotyping/QC/Identity.pm index 13224282e..7509fe74c 100644 --- a/src/perl/lib/WTSI/NPG/Genotyping/QC/Identity.pm +++ b/src/perl/lib/WTSI/NPG/Genotyping/QC/Identity.pm @@ -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',