Skip to content

Commit

Permalink
Fix text in Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Oct 9, 2024
1 parent 76f4919 commit 60a6416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bedbaser
Title: A BEDbase client
Version: 0.99.1
Version: 0.99.2
Authors@R: c(
person(
given = "Jen",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/bedbaser.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ download.file(chain_url, gz)
gunzip(gz, remove = FALSE)
```

Import the chain, set the sequence levels Style, and set the genome for the
Import the chain, set the sequence levels style, and set the genome for the
GRanges object.

```{r convertCoordinates_convert, message=FALSE}
Expand Down

0 comments on commit 60a6416

Please sign in to comment.