Skip to content

Commit

Permalink
Fix typo in build_browser_hub
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirsouza committed Apr 15, 2024
1 parent 6f1d469 commit e993a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_browser_hub.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ build_browser_hub = function(regions_bed = GAMBLR.data::grch37_ashm_regions,
# check seq types that ssms could be found
is_there_muts = lengths(track_names) > 0
if( !any(is_there_muts) ){
stop("No SSMs were found. Reset your paramters.")
stop("No SSMs were found. Reset your parameters.")
}
maf_data = maf_data[is_there_muts]
these_samples_metadata = these_samples_metadata[is_there_muts]
Expand Down

0 comments on commit e993a11

Please sign in to comment.