This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
lecture_notes:04-07-2011 [2011/04/08 15:59] eyliaw [Scheduling a run on Campusrocks] |
lecture_notes:04-07-2011 [2015/07/28 15:12] (current) 149.155.218.110 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Jellyfish ====== | ====== Jellyfish ====== | ||
| - | We talked about the [[bioinformatic_tools:jellyfish|Jellyfish]] tool. Details of the space-efficient algorithm were explained, and we looked at how to schedule a run on the Campusrocks cluster. | + | We talked about the [[archive:bioinformatic_tools:jellyfish|Jellyfish]] tool. Details of the space-efficient algorithm were explained, and we looked at how to schedule a run on the Campusrocks cluster. |
| ===== Scheduling a run on Campusrocks ===== | ===== Scheduling a run on Campusrocks ===== | ||
| - | Examples | + | Examples: |
| - | jellyfish -m 22 -o output -c 3 | + | Jellyfish ex. args: jellyfish -m 22 -o output -c 3 |
| - | qsub -hard -l num_proc=8 jellyfish_script | + | Scheduling process args: qsub -hard -l num_proc=8 jellyfish_script |
| ===== Hash Algorithm ===== | ===== Hash Algorithm ===== | ||