Skip to content

A collection of pipeline recipes based on Rcwl.

Notifications You must be signed in to change notification settings

hubentu/RcwlPipelines

 
 

Repository files navigation

RcwlPipelines

The RcwlPipelines package manages a collection of Bioinformatics tools and pipeline recipes based on Rcwl. The pre-built and pre-tested tools and pipelines are highly modularized with easy customization to meet different bioinformatics data analysis needs.

Installation

The package can be installed from Bioconductor (>= 3.9):

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("RcwlPipelines")
	
# Or from github
BiocManager::install("rworkflow/RcwlPipelines")

Get started

cwlUpdate()
cwlSearch("STAR")
STAR <- cwlLoad("tl_STAR")

User Guide

vignette(package = "RcwlPipelines")

About

A collection of pipeline recipes based on Rcwl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%