Skip to content

Commit

Permalink
Merge branch 'singularity'
Browse files Browse the repository at this point in the history
preliminary support for singularity containers
  • Loading branch information
pveber committed Jan 3, 2019
2 parents 598809d + 6826c81 commit 61c7ad8
Show file tree
Hide file tree
Showing 27 changed files with 488 additions and 191 deletions.
2 changes: 2 additions & 0 deletions examples/chipseq.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ let repo = Repo.[

let () =
Repo.build_main
~collect:true
~allowed_containers:[`Singularity]
~np:4 ~mem:(`GB 4)
~outdir:"res"
~loggers:[ Console_logger.create () ]
Expand Down

0 comments on commit 61c7ad8

Please sign in to comment.