Skip to content

Commit

Permalink
example/rnaseq: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Dec 12, 2018
1 parent ac6c93e commit 0ede86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rnaseq.ml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ let differential_analysis =
let () =
let open Bistro_utils.Repo in
[
item ["deseq2"] differential_analysis ;
item ["deseq2"] differential_analysis#directory ;
]
|> build_main ~np:4 ~mem:(`GB 4) ~outdir:"res"

0 comments on commit 0ede86d

Please sign in to comment.