forked from sr320/test_marineomics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added cache = TRUE to some of the tutorials that take a long time to …
…render. doing this to try to make it easier & quicker to re-render the website and update the nav bar
- Loading branch information
1 parent
dcd2e11
commit 75e5b8d
Showing
275 changed files
with
2,067 additions
and
5,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
install.packages("tidyverse") | ||
if (!requireNamespace("BiocManager", quietly = TRUE)) | ||
install.packages("BiocManager") | ||
BiocManager::install("SeqArray") | ||
BiocManager::install("SeqArray") | ||
BiocManager::install("SNPRelate") | ||
vcftools --vcf RAD_data/OL_subset.vcf --missing-indv --out RAD_data/OL_subset | ||
setwd("/Users/Jason/github/marineomics.github.io") | ||
rmarkdown::render_site() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ _site | |
.jekyll-cache | ||
.jekyll-metadata | ||
vendor | ||
.Rproj.user |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.