pipeFrame: Pipeline framework for bioinformatics in R

pipeFrame is an R package for building a componentized bioinformatics pipeline. Each step in this pipeline is wrapped in the framework, so the connection among steps is created seamlessly and automatically. Users could focus more on fine-tuning arguments rather than spending a lot of time on transforming file format, passing task outputs to task inputs or installing the dependencies. Componentized step elements can be customized into other new pipelines flexibly as well. This pipeline can be split into several important functional steps, so it is much easier for users to understand the complex arguments from each step rather than parameter combination from the whole pipeline. At the same time, componentized pipeline can restart at the breakpoint and avoid rerunning the whole pipeline, which may save a lot of time for users on pipeline tuning or such issues as power off or process other interrupts.

Package details

AuthorZheng Wei, Shining Ma
Bioconductor views Infrastructure Software WorkflowStep
MaintainerZheng Wei <wzweizheng@qq.com>
LicenseGPL-3
Version1.6.0
URL https://github.com/wzthu/pipeFrame
Package repositoryView on Bioconductor
Installation Install the latest version of this package by entering the following in R:
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("pipeFrame")

Try the pipeFrame package in your browser

Any scripts or data that you put into this service are public.

pipeFrame documentation built on Nov. 8, 2020, 5:51 p.m.