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:
ff46097
)
Still too many AGI_Locuscode
author
elserj
<elserj@localhost>
Wed, 19 Feb 2020 21:12:13 +0000
(21:12 +0000)
committer
elserj
<elserj@localhost>
Wed, 19 Feb 2020 21:12:13 +0000
(21:12 +0000)
svn path=/; revision=673
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 781cf6f08ab2fba0b28893b6df12f0f724d1aa35..735cd3465ffb8829e3dbf1dd82da124208af7659 100755
(executable)
--- a/
interactome_scripts/association_duplicate_with_checker.pl
+++ b/
interactome_scripts/association_duplicate_with_checker.pl
@@
-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";
}