Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $jobID = `bsub -q long -o $cl_log -J seqPipe "$jobCmd"`;
    print "Waiting for analysis work.\n";
    ...
    }
    
    print "\nFound completion flag.  Analysis jobs are done.\n";