https://github.com/rworkflow/rsnakemake
https://github.com/rworkflow/rsnakemake
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rworkflow/rsnakemake
- Owner: rworkflow
- License: other
- Created: 2021-01-11T03:16:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T04:15:47.000Z (over 5 years ago)
- Last Synced: 2024-05-09T07:53:08.886Z (about 2 years ago)
- Language: R
- Size: 4.57 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Rsnakemake
R interface to `snakemake` and more.
## Installation
```{r}
devtools::install_github("rworkflow/Rsnakemake")
```
The package is built on
[basilisk](https://bioconductor.org/packages/release/bioc/html/basilisk.html). The
dependent python library
[snakemake](https://snakemake.github.io/) will be installed
automatically inside its conda environment.
## User Guide
``` r
vignette(package = "Rsnakemake")
```