From: elserj Date: Wed, 19 Feb 2020 21:12:13 +0000 (+0000) Subject: Still too many AGI_Locuscode X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=242da88d39875e8572246e11288e6142ace1c02e;p=old-jaiswallab-svn%2F.git Still too many AGI_Locuscode svn path=/; revision=673 --- 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"; }