Skip to content

Commit

Permalink
Check if pir_params are PFF before calling pirouette, progress #251
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 27, 2019
1 parent c56407e commit f90a4dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/run_razzo.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ run_razzo <- function(
)
}

peregrine::check_pff_pir_params(razzo_params$pir_params)

output <- pirouette::pir_run(
phylogeny = phylogeny,
pir_params = razzo_params$pir_params
Expand Down

0 comments on commit f90a4dd

Please sign in to comment.