Skip to content
Snippets Groups Projects
Commit 927a9def authored by Ian Longden's avatar Ian Longden
Browse files

added linkage annotation types to the go references

parent 0c9556a1
No related branches found
No related tags found
No related merge requests found
......@@ -268,6 +268,10 @@ sub create_xrefs {
$dep{ACCESSION} = $acc;
push @{$xref->{DEPENDENT_XREFS}}, \%dep; # array of hashrefs
if($dep =~ /GO/){
chop $extra[1]; # remove "." at the end
$dep{LINKAGE_ANNOTATION}= $extra[1];
}
if($dep =~ /EMBL/){
my ($protein_id) = $extra[0];
if($protein_id ne "-"){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment