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

*** empty log message ***

parent 315abe0c
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ foreach my $to ("rat") { # don't need the loop but may add more species later
}
# human to fish - note use of -one_to_many option for 1-many projections
foreach my $to ("zebrafish", "medaka", "tetraodon", "fugu", "stickleback", "") {
foreach my $to ("zebrafish", "medaka", "tetraodon", "fugu", "stickleback") {
$o = "$dir/names_human_$to.out";
$e = "$dir/names_human_$to.err";
$n = substr("n_hum_$to", 0, 10);
......
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