-
Notifications
You must be signed in to change notification settings - Fork 18
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 #739 from wtsi-npg/devel
pull from devel to master to create release 69.5.0
- Loading branch information
Showing
5 changed files
with
42 additions
and
15 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ use Readonly; | |
use List::MoreUtils qw(none uniq); | ||
use Digest::MD5 qw/md5_hex/; | ||
|
||
with Storage( 'traits' => ['OnlyWhenBuilt'], | ||
with Storage( 'traits' => [qw/OnlyWhenBuilt DisableCycleDetection/], | ||
'format' => 'JSON', | ||
'io' => 'File' ), 'npg_qc::autoqc::role::rpt_key'; | ||
|
||
|
@@ -380,7 +380,7 @@ Marina Gourtovaia E<lt>[email protected]<gt> | |
=head1 LICENSE AND COPYRIGHT | ||
Copyright (C) 2014,2015,2016,2017,2018,2019,2020 Genome Research Ltd. | ||
Copyright (C) 2014,2015,2016,2017,2018,2019,2020,2021 Genome Research Ltd. | ||
This file is part of NPG. | ||
|
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