Skip to content

Commit

Permalink
fix breaking typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Aug 5, 2024
1 parent 52a85ca commit ce3b72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/reports/leviathan.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sv <- read.table(statsfile, header = T,
colClasses = c("factor", "factor", "integer", "integer", "character", "factor", "integer", "integer")
)
if (nrow(sv) == 0) {
cat(paste0("There are no variants in the file ", "`", bcf, "`"))
cat(paste0("There are no variants in the file ", "`", samplename, ".bcf`"))
knitr::knit_exit()
}
```
Expand Down

0 comments on commit ce3b72a

Please sign in to comment.