Skip to content

Commit

Permalink
RT662384 Fixing errors when comparing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
seretol committed Jul 3, 2019
1 parent 30ee0ec commit 8b416d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Bio/ENA/DataSubmission/CommandLine/CompareMetadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ sub _compare_metadata{
my @conflicts;
foreach my $k ( keys %ena_data ){
my $ena_v = $ena_data{$k};
next if (!defined($ena_v));
chomp $ena_v;
my $man_v = $man_data{$k};
if( defined $man_v ){
Expand Down

0 comments on commit 8b416d2

Please sign in to comment.