Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cband committed May 22, 2020
1 parent ce5438b commit 8ad6fad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export(get.gene.pos.cached)
export(get_cncf_table)
export(get_new_facets_runs_df)
export(get_review_status)
export(update_best_fit_status)
export(integer.copy.number)
export(launch_application)
export(launch_application_browser)
Expand Down
4 changes: 4 additions & 0 deletions R/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ get_review_status <- function(sample_id, sample_path) {
return (reviews %>% arrange(desc(date_reviewed)))
}

#' @param sample sampleid
#' @param sample_path facets run directory containing 'facets_review.manifest'
#' @return converts string to numeric and rounds to 2-digits
#' @export update_best_fit_status
update_best_fit_status <- function(sample_id, sample_path) {

reviews <-
Expand Down

0 comments on commit 8ad6fad

Please sign in to comment.