Skip to content

Commit

Permalink
design phase is not compulsory in a design in lims2
Browse files Browse the repository at this point in the history
  • Loading branch information
sajp committed Jul 3, 2014
1 parent 5a01146 commit a6cb5b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/LIMS2/Task/YAMLDataLoader/LoadDesigns.pm
Expand Up @@ -29,11 +29,6 @@ override record_key => sub {
override wanted => sub {
my ( $self, $datum ) = @_;

unless ( defined $datum->{phase} ) {
$self->log->warn( "Skipping design $datum->{id} - no phase" );
return 0;
}

for my $primer ( @{ $datum->{genotyping_primers} || [] } ) {
unless ( defined $primer->{seq} ) {
$self->log->warn( "Skipping design $datum->{id} - no seq for primer $primer->{type}" );
Expand Down

0 comments on commit a6cb5b4

Please sign in to comment.