Hello!

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

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

interactome_scripts/association_duplicate_with_checker.pl

index 781cf6f08ab2fba0b28893b6df12f0f724d1aa35..735cd3465ffb8829e3dbf1dd82da124208af7659 100755 (executable)
@@ -40,7 +40,7 @@ while(<INFILE>) {
                                $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";
                }