Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Oops, too many AGI_Locuscodes
authorelserj <elserj@localhost>
Wed, 19 Feb 2020 21:11:11 +0000 (21:11 +0000)
committerelserj <elserj@localhost>
Wed, 19 Feb 2020 21:11:11 +0000 (21:11 +0000)
svn path=/; revision=672

interactome_scripts/association_duplicate_with_checker.pl

index 7b41fb70d81a606c1f7c457acd7e37aa9d42ccd3..781cf6f08ab2fba0b28893b6df12f0f724d1aa35 100755 (executable)
@@ -37,7 +37,7 @@ while(<INFILE>) {
                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";