Skip to content

Commit

Permalink
bioinfo/Meme_suite: fixed meme-chip options
Browse files Browse the repository at this point in the history
- missing output directory option
- disabled -meme-p option because of pveber#14, because mpi-run refuses to run as root
  • Loading branch information
sylverebastien committed Sep 19, 2016
1 parent 31a456b commit 05f6bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bioinfo/meme_suite.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ let meme_chip ?meme_nmotifs ?meme_minw ?meme_maxw ?np fa =
option (opt "-meme-nmotifs" int) meme_nmotifs ;
option (opt "-meme-minw" int) meme_minw ;
option (opt "-meme-maxw" int) meme_maxw ;
opt "-meme-p" ident Bistro.EDSL.np ;
(*opt "-meme-p" ident Bistro.EDSL.np ;*)
opt "--oc" ident dest ;
dep fa ;
]
]
Expand Down

0 comments on commit 05f6bf5

Please # to comment.