-
Notifications
You must be signed in to change notification settings - Fork 20
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 #178 from wtsi-npg/devel
release 3.3.0 prep : merge devel to master
- Loading branch information
Showing
3 changed files
with
12 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,9 @@ our @EXPORT = qw( | |
$GBS_PLEX_NAME | ||
$COMPOSITION | ||
$COMPONENT | ||
$PACBIO_CELL_INDEX | ||
$PACBIO_COLLECTION_NUMBER | ||
$PACBIO_INSTRUMENT_NAME | ||
|
@@ -169,6 +172,10 @@ our $YHUMAN = 'yhuman'; | |
# Genotyping by Sequencing (Illumina) | ||
our $GBS_PLEX_NAME = 'gbs_plex'; | ||
|
||
# Composition JSON string for merged data | ||
our $COMPOSITION = 'composition'; | ||
our $COMPONENT = 'component'; | ||
|
||
# PacBio | ||
our $PACBIO_CELL_INDEX = 'cell_index'; | ||
our $PACBIO_COLLECTION_NUMBER = 'collection_number'; | ||
|
@@ -236,7 +243,8 @@ Keith James <[email protected]> | |
=head1 COPYRIGHT AND DISCLAIMER | ||
Copyright (C) 2015, 2016 Genome Research Limited. All Rights Reserved. | ||
Copyright (C) 2015, 2016, 2017, 2018 Genome Research Limited. All | ||
Rights Reserved. | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the Perl Artistic License or the GNU General | ||
|