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

remove print statement that swamps the output

parent aa6d0d24
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ sub run {
$xref_id = $self->add_xref($acc,"",$acc,$description,$source_id, $species_id, "DIRECT");
$added++;
}
print "$acc, $xref_id, $gene_id\n";
# print "$acc, $xref_id, $gene_id\n";
$self->add_direct_xref($xref_id, $gene_id, "Gene", "");
}
......
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