Skip to content

Commit

Permalink
Update out_dir behavior for runAme per roxygen docs for `peak_pro…
Browse files Browse the repository at this point in the history
…portion`
  • Loading branch information
HDash committed Apr 18, 2024
1 parent c1dad8e commit e22b77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/peak_proportion.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ peak_proportion <- function(peak_input,
out_dir = out_dir)
ame_out <- memes::runAme(peak_sequences,
database = list(motif),
outdir = "./")
outdir = out_dir)

return(
list(
Expand Down

0 comments on commit e22b77d

Please sign in to comment.