Skip to content

Commit

Permalink
Update Build_a_runner_for_galaxy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varunshankar committed Aug 2, 2016
1 parent 5239774 commit 0b80606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/dev/Build_a_runner_for_galaxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Destination of the files will be:
* exit code file -> job_state.exit_code_file

###4. stop_job method - STAGE 4
Input params: job (Object of [galaxy]())
Input params: job (Object of [galaxy.model.Job](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/model/__init__.py#L344))

Output params: None

Expand All @@ -222,7 +222,7 @@ job.id

###5. recover method - STAGE 5
Input params:
* job (Object of [galaxy]())
* job (Object of [galaxy.model.Job](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/model/__init__.py#L344))
* job_wrapper (Object of [galaxy.jobs.JobWrapper](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/jobs/__init__.py#L743))

Output params: None
Expand Down

0 comments on commit 0b80606

Please sign in to comment.