Skip to content
Snippets Groups Projects
Commit aa689741 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

added output message that xrefs will be created during the mapping stage

parent c14bd627
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ sub run {
my $names = $species_id_to_names->{$species_id};
my $contents_lookup = $self->_get_contents($files, $verbose);
my $active = $self->_is_active($contents_lookup, $names, $verbose);
if ($active && $verbose) {
print "ArrayExpress xrefs will be created when running xref_mapper.pl/DirectXrefs.pm as gene stable ids are required to create the xrefs\n";
}
$self->add_meta_pair($self->meta_key(),$active);
$self->add_meta_pair('species_id',$species_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