From ff460978ab37685397acc56696ee4d0a847f5bd5 Mon Sep 17 00:00:00 2001 From: elserj Date: Wed, 19 Feb 2020 21:11:11 +0000 Subject: [PATCH] Oops, too many AGI_Locuscodes svn path=/; revision=672 --- interactome_scripts/association_duplicate_with_checker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.34.1