From 7b558a0b0b9321df0a71e3b89a7753f9c36612d3 Mon Sep 17 00:00:00 2001 From: nahid18 Date: Tue, 26 Sep 2023 03:38:52 +0600 Subject: [PATCH] feat: readme update --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.Rmd | 4 ++-- README.md | 4 ++-- vignettes/easylift.Rmd | 4 ---- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 045a67d..aea3415 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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( diff --git a/NEWS.md b/NEWS.md index f23cde6..bd04301 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# easylift 0.99.6 +# easylift 0.99.7 * Bug fixes and further improvements to the code. diff --git a/README.Rmd b/README.Rmd index 830daa2..85aecb3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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, . @@ -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}, } ``` diff --git a/README.md b/README.md index 0f7a0da..6eec2aa 100644 --- a/README.md +++ b/README.md @@ -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, . A BibTeX entry for LaTeX users is @@ -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}, } diff --git a/vignettes/easylift.Rmd b/vignettes/easylift.Rmd index 8291546..15f4ab6 100644 --- a/vignettes/easylift.Rmd +++ b/vignettes/easylift.Rmd @@ -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: