diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl index 2aa043e7baed876b03d56300388945bcca50c2db..3b0c7b1ccb29c2336c445a53cd672a53335fa95c 100644 --- a/misc-scripts/xref_projection/submit_projections.pl +++ b/misc-scripts/xref_projection/submit_projections.pl @@ -134,8 +134,9 @@ foreach my $pair (@names_1_1) { $o = "$dir/names_${from}_$to.out"; $e = "$dir/names_${from}_$to.err"; $n = substr("n_${from}_$to", 0, 10); # job name display limited to 10 chars + my $all = ($from eq "human") ? "" : "--all_sources"; # non-human from species -> use all sources print "Submitting name projection from $from to $to\n"; - system "bsub $bsub_opts -o $o -e $e -J $n perl project_display_xrefs.pl $script_opts -from $from -to $to -names -delete_names -no_database"; + system "bsub $bsub_opts -o $o -e $e -J $n perl project_display_xrefs.pl $script_opts -from $from -to $to -names -delete_names -no_database $all"; } # 1:many