From: elserj Date: Wed, 19 Feb 2020 21:11:11 +0000 (+0000) Subject: Oops, too many AGI_Locuscodes X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=ff460978ab37685397acc56696ee4d0a847f5bd5;p=old-jaiswallab-svn%2F.git Oops, too many AGI_Locuscodes svn path=/; revision=672 --- diff --git a/interactome_scripts/association_duplicate_with_checker.pl b/interactome_scripts/association_duplicate_with_checker.pl index 7b41fb7..781cf6f 100755 --- a/interactome_scripts/association_duplicate_with_checker.pl +++ b/interactome_scripts/association_duplicate_with_checker.pl @@ -37,7 +37,7 @@ while() { my $key = md5_hex("$before\t$rest_of_line"); if(defined($line_hash{$key})) { - $line_hash{$key}->{'with'} = "$line_hash{$key}->{'with'}|AGI_LocusCode:$with"; + $line_hash{$key}->{'with'} = "$line_hash{$key}->{'with'}|$with"; $line_hash{$key}->{'line'} = "$before\t$line_hash{$key}->{'with'}\t$rest_of_line"; }else{ $line_hash{$key}->{'with'} = "AGI_LocusCode:$with";