Skip to content

Commit

Permalink
more perlcritic fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
af11-sanger committed Feb 7, 2013
1 parent 639f966 commit 44cd885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/populate_project_info_tables.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

foreach my $project (@projects){
my $info = decode_json($project->allele_request);

DEBUG "Populating project info for ".$project->id."\n";

$project->gene_id($info->{gene_id});
$project->targeting_type($info->{targeting_type});
$project->update;

if ($info->{targeting_type} eq "single_targeted"){
$project->update_or_create_related('project_alleles',
{
Expand Down Expand Up @@ -51,6 +51,6 @@
);
}
}

}

0 comments on commit 44cd885

Please sign in to comment.