Skip to content

Commit

Permalink
bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
blex-max committed Jan 31, 2024
1 parent 8ddafa7 commit 9026421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nanoseq_results_plotter.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ n_reference <- burdens[ismasked == 0][isvariant == 0]$count
n_unique <- nrow(unique_variants[ismasked == 0])

if(length(n_reference) == 0) {
message("0 reference calls. Exiting…\n"))
message("0 reference calls. Exiting…\n")
quit(save = "no", status = 1)
}

Expand Down

0 comments on commit 9026421

Please sign in to comment.