forked from wtsi-npg/ml_warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
85 lines (66 loc) · 3.05 KB
/
Changes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
LIST OF CHANGES
---------------
release 2.2
- DBIx schema update
release 2.1
- small change to LibraryDigest to support non SS tracked libraries.
- use custom build base class to get correct version in a distribution
- Travis tweaks
+ add deployment to GitHub Releases
+ add newer 5.22 Perl to travis build matrix and allow container builds (sudo false)
release 2.0
- update to test script and data for filters in LibraryDigest
- added DBIx class for the new pacbio LIMs data table
release 1.8
- parameterized WTSI::DNAP::Warehouse::Schema::Query::IseqFlowcell role
to allow for query on run id
- iseq_product_metrics table: add columns to store in-house qc values
release 1.7
- extend field size for mean_bait_coverage RT#495558, Change request No6
release 1.6
- change the comment on iseq_run_lane_metrics.unexpected_tags_percent
- update DBIx schema to reflect this change and propagate any changes
to other tables of the live database
release 1.5
- Ability to query by id_study_lims in LibraryDigest
- Added unexpected tag and chimeric fields to iseq_product_metric and iseq_run_lane_metric tables
- Ability to restrict by (legacy) library id
- Added extra fields to entity which are needed by library merging script for adding to iRODS meta data.
Key changed to included cycle count as well as paired_flag. Corresponding test updated.
release 1.4
- update DBIx binding to include second index sequence
- check that flowcell LIMs id and barcode map 1:1 (RT#481156)
release 1.3
- mapping for additional lims interface fields for sample data
release 1.2
- value of the GCLP data lims flag has changed - reflect this
release 1.1
- bug fix in readonly variable declaration
release 1.0
- DBIx schema update following database schema changes
- contains_human_dna and contaminated_human_dna columns have been converted
from varchar to tinyint, inflators/deflators for these columns dropped
release 0.7
- new module - library digest - retrieves information about libraries,
groups it either by library or by sample
release 0.6
- added a role providing methods to determine what LIMs system the record originated from
release 0.5
- ensure contains_human_dna and contaminated_human_dna behave in a boolean manner
- update mapping of library_id lims field to database fields
- ensure missing study link does not lead to code failure when accessing e-mails of followers, etc.
- add mapping for lane_id
release 0.4
- following db schema changes, update the DBIx binding
release 0.3
- added WTSI::DNAP::Warehouse::Schema::Query::IseqFlowcell - a role for querying
the flowcell table knowing one of flowcell identifies
- DBIx object for flowcell row: fields neccessary for NPG lims interface
added
release 0.2
- foreign key into the flowcell table dropped from the run lane metrics table
- a few autoqc results columns dropped from the run lane metrics table
- extra column for verify_bam_id results added to the product metrics table
- columns for modality of the insert size results added to the product metrics table
release 0.1
- initial release