Skip to content
Snippets Groups Projects
Commit a0abee6f authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Misnomer

parent 8db32c50
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ foreach my $to ("rat") { # don't need the loop but may add more species later
$o = "$dir/names_mouse_$to.out";
$e = "$dir/names_mouse_$to.err";
$n = substr("n_mou_$to", 0, 10);
system "bsub -o $o -e $e -J $n perl project_display_xrefs.pl $opts -from human -to $to -names -delete_names";
system "bsub -o $o -e $e -J $n perl project_display_xrefs.pl $opts -from mouse -to $to -names -delete_names";
}
# ----------------------------------------
......
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