Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a96fe
)
Oops, too many AGI_Locuscodes
author
elserj
<elserj@localhost>
Wed, 19 Feb 2020 21:11:11 +0000
(21:11 +0000)
committer
elserj
<elserj@localhost>
Wed, 19 Feb 2020 21:11:11 +0000
(21:11 +0000)
svn path=/; revision=672
interactome_scripts/association_duplicate_with_checker.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/association_duplicate_with_checker.pl
b/interactome_scripts/association_duplicate_with_checker.pl
index 7b41fb70d81a606c1f7c457acd7e37aa9d42ccd3..781cf6f08ab2fba0b28893b6df12f0f724d1aa35 100755
(executable)
--- a/
interactome_scripts/association_duplicate_with_checker.pl
+++ b/
interactome_scripts/association_duplicate_with_checker.pl
@@
-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";