https://github.com/bioconductor/workshopbuilder
Installing and rendering workshop vignettes from book repository GitHub issues
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.1%) to scientific vocabulary
Repository
Installing and rendering workshop vignettes from book repository GitHub issues
Basic Info
Statistics
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
workshopbuilder
A package to install and render workshop vignettes. The workshop
locations (on GitHub) are read from the main book repository's
(Bioconductor/BiocWorkshops2019) issues.
Installation
r
BiocManager::install("Bioconductor/workshopbuilder")
Workflow
A typical workflow would involve setting a few package options:
1) Main book repository on GitHub
r
.options$set("BOOK_REPO", "Bioconductor/BiocWorkshops2019")
2) Local workshop book directory
r
.options$set("LOCAL_REPO", normalizePath("~/BiocWorkshops2019"))
3) Local workshop repositories directory
r
.options$set("REPOS_PATH", normalizePath("~/Bioconductor/Workshops"))
After the initial setup, building a workshop is as follows:
```r library(workshopbuilder)
workshop_meta <- installWorkshops("MultiAssayWorkshop", exclude = FALSE, ncpus = 12)
getBookRepo()
addWorkshops(workshop_meta)
rmds <- transferVignettes(workshop_meta)
addRmdFiles(rmds)
renderWorkshops(format = "all") ```
Owner
- Name: Bioconductor
- Login: Bioconductor
- Kind: organization
- Website: https://bioconductor.org
- Repositories: 156
- Profile: https://github.com/Bioconductor
Software for the analysis and comprehension of high-throughput genomic data
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 16 hours
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- lpantano (1)