Skip to content
Snippets Groups Projects
Commit 3ef36268 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

too verbose

parent c25b7501
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,6 @@ GSQL
push @xref_list, $xref_id;
$count++;
$add_xref_sth->execute(($xref_id+$xref_offset), $ex_id, $acc, $label, $version, $desc, $type, $info || $where_from);
print "Adding xref $xref_id with label $label\n";
$last_xref = $xref_id;
}
$add_object_xref_sth->execute( ($object_xref_id+$object_xref_offset), $ensembl_id, $ensembl_type, ($xref_id+$xref_offset), $analysis_ids{$ensembl_type});
......@@ -565,7 +564,6 @@ print "Adding xref $xref_id with label $label\n";
while($get_xref_interpro_sth->fetch){
$version||='0';
$add_xref_sth->execute(($xref_id+$xref_offset), $ex_id, $acc, $label, $version, $desc, 'UNMAPPED', $info);
print "Adding xref $xref_id with label $label\n";
$set_unmapped_sth->execute($analysis_id, $ex_id, $acc, $reason_id{"NO_MAPPING"} );
push @xref_list, $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