Skip to content
Snippets Groups Projects
Commit dc14f5ab authored by Andy Yates's avatar Andy Yates
Browse files

misc-scripts/xref_mapping/XrefParser/curated_transcriptParser.pm

parent 6d9675e2
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,9 @@ sub run_script {
}
}
if(defined($ott_to_status{$ott})){
$status_insert_sth->execute($ott_to_enst{$ott}, $ott_to_status{$ott});
foreach my $ensembl_stable_id (@{$ott_to_enst{$ott}}) {
$status_insert_sth->execute($ensembl_stable_id, $ott_to_status{$ott});
}
}
}
......
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