Skip to content

Commit

Permalink
Merge pull request #36 from chilpert2/master
Browse files Browse the repository at this point in the history
Fix docker image for prokka
  • Loading branch information
pveber committed Nov 28, 2017
2 parents 7f25bff + b040f77 commit 10bdfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bioinfo/prokka.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ open Core_kernel.Std
open Bistro.EDSL


let env = docker_image ~account:"pveber" ~name:"srst2" ~tag:"1.12" ()
let env = docker_image ~account:"pveber" ~name:"prokka" ~tag:"1.12" ()

let gram_expr = function
| `Plus -> string "+"
Expand Down

0 comments on commit 10bdfc4

Please sign in to comment.