From 242da88d39875e8572246e11288e6142ace1c02e Mon Sep 17 00:00:00 2001 From: elserj Date: Wed, 19 Feb 2020 21:12:13 +0000 Subject: [PATCH] Still too many AGI_Locuscode svn path=/; revision=673 --- 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 781cf6f..735cd34 100755 --- a/interactome_scripts/association_duplicate_with_checker.pl +++ b/interactome_scripts/association_duplicate_with_checker.pl @@ -40,7 +40,7 @@ while() { $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"; + $line_hash{$key}->{'with'} = "$with"; $line_hash{$key}->{'line'} = "$before\t$line_hash{$key}->{'with'}\t$rest_of_line"; } -- 2.34.1