Skip to content

Commit

Permalink
examples: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Sep 22, 2018
1 parent 5c16144 commit 8d367e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 3 additions & 1 deletion examples/chipseq.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ let repo = Repo.[
[ "peaks" ] %> sample_peaks
]

let loggers = [ console_logger () ]

(** Actually run the pipeline *)
let () = Repo.build ~outdir:"res" repo
let () = Repo.build ~outdir:"res" ~loggers ~mem:(`GB 3) repo
9 changes: 1 addition & 8 deletions examples/minimal.ml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
(* A minimal pipeline.
This can be run by typing:
utop minimal.ml
*)
#require "bistro.pack bistro.unix";;
(* A minimal pipeline fetching the lambda phage genome. *)

open Bistro_pack

Expand Down

0 comments on commit 8d367e9

Please sign in to comment.