Skip to content
Snippets Groups Projects
Commit f245514f authored by Alistair Rust's avatar Alistair Rust
Browse files

Set the relevant_xref_id to 0 in store. This will need to be updated during

the protein pipeline run.  The actual implementation of the update to the
table will be best discussed with Manu.
parent 107176ff
No related branches found
No related tags found
No related merge requests found
......@@ -711,13 +711,11 @@ sub store {
$type = $gene->type;
}
# assuming that the store is used during the Genebuil process, set
# the relevant_xref_id to 0. This ought to get re-set during the protein
# pipeline run. This probably update to the gene table has yet to be
# implemented.
my $xref_id = 0;
# if (defined ($gene->relevant_xref)) {
# $xref_id = $gene->relevant_xref;
# }
# else {
# $xref_id = 0;
# }
my $sth2 = $self->prepare("INSERT INTO gene(type, analysis_id,
transcript_count, relevant_xref_id)
......
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