Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
Remind me how to submit jobs to the lonestar queue
Remind me how to submit jobs to the lonestar queue
Code Block
qsub tc_launcher.sge
Code Block
titleUse *qstat* to find the jobId for this job

qstat

Step 7. Create a file called cuffmerge.commands to run cuffmerge on results from step 6.

...

Step 8. Use launcher_creator to create a launcher for this cuffmerge job and submit it to the queue such that it runs after the previous job completes.

Code Block
launcher_creator.py -n cuffmerge -q normal -t 6:00:00 -j cuffmerge.commands -l cuffmerge_launcher.sge
qstat 
qsub -hold_jid <jobid> cuffmerge_launcher.sge

...