Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Gosselin committed Feb 25, 2024
1 parent a0c5345 commit 2eb1dfa
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 16 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file removed .github/.DS_Store
Binary file not shown.
Binary file removed R/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions R/vcf.R
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ read_vcf <- function(
dp <- "DP" %in% detect.source$check.header$format$ID # Check that DP is valid

if (!is.null(detect.source$markers.info)) markers.info <- detect.source$markers.info
overwrite.metadata <- NULL # by default
if (!is.null(detect.source$overwrite.metadata)) overwrite.metadata <- detect.source$overwrite.metadata

vcf_read_temp <- function(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repo
[![minimal R
version](https://img.shields.io/badge/R%3E%3D-NA-6666ff.svg)](https://cran.r-project.org/)
[![packageversion](https://img.shields.io/badge/Package%20version-1.3.0-orange.svg)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2024--02--22-brightgreen.svg)](/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2024--02--25-brightgreen.svg)](/commits/master)
[![R-CMD-check](https://github.com/thierrygosselin/radiator/workflows/R-CMD-check/badge.svg)](https://github.com/thierrygosselin/radiator/actions)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3687060.svg)](https://doi.org/10.5281/zenodo.3687060)
<!-- badges: end -->
Expand Down
Binary file removed docs/articles/.DS_Store
Binary file not shown.
Binary file removed docs/reference/.DS_Store
Binary file not shown.
Binary file removed inst/.DS_Store
Binary file not shown.
Binary file removed man/.DS_Store
Binary file not shown.
Binary file removed vignettes/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/rad_genomics_computer_setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ sudo rm -R lz4*

```{bash eval=FALSE}
cd ~/Downloads
curl -L https://github.com/facebook/zstd/archive/refs/tags/v1.5.2.tar.gz | tar xf -
curl -L https://github.com/facebook/zstd/archive/refs/tags/v1.5.5.tar.gz | tar xf -
cd zstd*
make
sudo make install
Expand Down
22 changes: 8 additions & 14 deletions vignettes/rad_genomics_computer_setup.html

Large diffs are not rendered by default.

0 comments on commit 2eb1dfa

Please sign in to comment.