Skip to content

Commit

Permalink
feat: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
nahid18 committed Sep 25, 2023
1 parent aa2acc5 commit 7b558a0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: easylift
Title: An R package to perform genomic liftover
Version: 0.99.6
Version: 0.99.7
Date: 2023-09-25
Authors@R:
c(
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# easylift 0.99.6
# easylift 0.99.7

* Bug fixes and further improvements to the code.

Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ easylift(gr, "hg38")
To cite package `easylift` in publications use:

Al Nahid A, Love M (2023). _easylift: An R package to perform
genomic liftover_. R package version 0.99.6,
genomic liftover_. R package version 0.99.7,
<https://github.com/nahid18/easylift>.


Expand All @@ -82,7 +82,7 @@ A BibTeX entry for LaTeX users is
title = {easylift: An R package to perform genomic liftover},
author = {Abdullah Al Nahid and Michael Love},
year = {2023},
note = {R package version 0.99.6},
note = {R package version 0.99.7},
url = {https://github.com/nahid18/easylift},
}
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ easylift(gr, "hg38")
To cite package `easylift` in publications use:

Al Nahid A, Love M (2023). *easylift: An R package to perform genomic
liftover*. R package version 0.99.6,
liftover*. R package version 0.99.7,
<https://github.com/nahid18/easylift>.

A BibTeX entry for LaTeX users is
Expand All @@ -78,7 +78,7 @@ A BibTeX entry for LaTeX users is
title = {easylift: An R package to perform genomic liftover},
author = {Abdullah Al Nahid and Michael Love},
year = {2023},
note = {R package version 0.99.6},
note = {R package version 0.99.7},
url = {https://github.com/nahid18/easylift},
}

Expand Down
4 changes: 0 additions & 4 deletions vignettes/easylift.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ Then, you can use it in `easylift` like this:
gr |> easylift("hg38")
```

`easylift` here will look for a chain file with the proper name
(`genome(gr)` + "To" + Capitalized-`to`-argument + `.over.chain`)
in the BiocFileCache default location.

# Citation

To cite package `easylift` in publications use:
Expand Down

0 comments on commit 7b558a0

Please sign in to comment.