-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from wtsi-npg/devel
merge from devel to master to create release 6.9.0
- Loading branch information
Showing
8 changed files
with
479 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -613,6 +613,8 @@ Readonly my %DELEGATION_TO_SAMPLE => { | |
'sample_supplier_name' => 'supplier_name', | ||
'sample_cohort' => 'cohort', | ||
'sample_donor_id' => 'donor_id', | ||
'sample_is_control' => 'control', | ||
'sample_control_type' => 'control_type', | ||
}; | ||
|
||
Readonly my %DELEGATION_TO_STUDY => { | ||
|
@@ -866,7 +868,7 @@ Marina Gourtovaia E<lt>[email protected]<gt> | |
=head1 LICENSE AND COPYRIGHT | ||
Copyright (C) 2015 Genome Research Limited | ||
Copyright (C) 2014,2015,2016,2017,2018,2019,2020 Genome Research Ltd. | ||
This file is part of the ml_warehouse package L<https://github.com/wtsi-npg/ml_warehouse>. | ||
|
Oops, something went wrong.