Skip to content
Snippets Groups Projects
Commit 6e8d7a58 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

s/n/g/; Copy paste error in wait-state command. Omitted "go projection"...

s/n/g/; Copy paste error in wait-state command. Omitted "go projection" implication when previous code referred to "name projection" with an "n"
parent 3ef36268
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,7 @@ foreach my $from (@execution_order) {
print "Submitting GO term projection from $from to $to\n";
system "bsub $bsub_opts -q long -o $o -e $e -J $n $wait perl project_display_xrefs.pl $script_opts -from $from -to $to -go_terms\n";
}
$last_name = "n_".$from;
$last_name = "g_".$from;
}
......
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