Skip to content
Snippets Groups Projects
Commit d38c7528 authored by Arnaud Kerhornou's avatar Arnaud Kerhornou
Browse files

Added an extra source

parent 63bf640a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ sub run_script {
# Todo: get the whole list of sources for All EG set
my $sources_aref = ['BROAD_U_maydis','CADRE','CADRE_Afum_A1163','AspGD','ENA_GENE','BROAD_F_oxysporum','BROAD_G_moniliformis','BROAD_G_zeae','GeneDB','BROAD_P_infestans','phyra_jgi_v1.1','physo1_jgi_v1.1','PGD_GENE','phatr_jgi_v2_bd','phatr_jgi_v2','thaps_jgi_v2','thaps_jgi_v2_bd','SCHISTODB','triad_jgi_v1.0'];
my $sources_aref = ['Mycgr3_jgi_v2.0_gene', 'BROAD_U_maydis','CADRE','CADRE_Afum_A1163','AspGD','ENA_GENE','BROAD_F_oxysporum','BROAD_G_moniliformis','BROAD_G_zeae','GeneDB','BROAD_P_infestans','phyra_jgi_v1.1','physo1_jgi_v1.1','PGD_GENE','phatr_jgi_v2_bd','phatr_jgi_v2','thaps_jgi_v2','thaps_jgi_v2_bd','SCHISTODB','triad_jgi_v1.0'];
foreach my $source_name (@$sources_aref) {
$source{$source_name} = $self->get_source_id_for_source_name($source_name) || die "Could not get source_id for $source_name\n";
}
......
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