Skip to content

Commit

Permalink
Merge pull request #178 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
release 3.3.0 prep : merge devel to master
  • Loading branch information
dozy authored Jan 11, 2019
2 parents d3cc921 + 450309f commit a90975c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/populate_wtsi_irods_groups.pl
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ sub _uid_to_irods_uid {
my $study_id = $study->id_study_lims;
my $dag_str = $study->data_access_group || q();
my $is_seq = $study->iseq_flowcells->count ||
$study->pac_bio_runs->count;

$study->pac_bio_runs->count ||
$study->oseq_flowcells->count;
$log->debug("Working on study $study_id, SScape data access: '$dag_str'");

my @members;
Expand Down
2 changes: 1 addition & 1 deletion lib/WTSI/NPG/iRODS/Annotator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sub hts_data_suffixes {
=cut

sub hts_ancillary_suffixes {
return (qw[bam_stats bamcheck bed fasta flagstat hops json quant seqchksum stats tab txt xml]);
return (qw[bam_stats bcfstats bamcheck bed fasta flagstat hops json quant seqchksum stats tab txt xml]);
}

=head2 hts_genotype_suffixes
Expand Down
10 changes: 9 additions & 1 deletion lib/WTSI/NPG/iRODS/Metadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ our @EXPORT = qw(
$GBS_PLEX_NAME
$COMPOSITION
$COMPONENT
$PACBIO_CELL_INDEX
$PACBIO_COLLECTION_NUMBER
$PACBIO_INSTRUMENT_NAME
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a90975c

Please sign in to comment.