-
Notifications
You must be signed in to change notification settings - Fork 34
/
change_log.txt
34 lines (26 loc) · 1.18 KB
/
change_log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
1.3.4
-Fix for empty LocusAggregates. See issue #31 (https://github.com/Illumina/BeadArrayFiles/issues/31)
-Added Dockerfile to be used with ICA pipelines
-Added more support to read clusterfiles of different versions
1.3.3
-Updated to python3
-Added GenomeStudio-style dna_report to examples
1.3.2
-Address missing import of functions
1.3.1
-Support for version 3 GTC files during locus aggregation
1.3.0
-Added new function to assist with aggregation of information across samples for loci (see LocusAggregate)
-Added new class to parse binary EGT files
-Added example script to generate text report similar to "Locus Summary" report from GenomeStudio
1.2.0
-Added function to verify GTC file is complete
-Automatic check for GTC file completeness in GenotypeCalls constructor
-Switch to numpy data types for floating point calculations (e.g., normalized intensities) for
improved consistency with Genome Studio final reports.
1.1.1
-Address issue reading manifest lacking reference strand annotation
1.1.0
-Added ability to parse customer and reference strand from manifest
-Added ability to generate forward and plus strand nucleotide calls from genotypes
1.0.0