- recipe bioconductor-pipeframe
Pipeline framework for bioinformatics in R
- Homepage:
https://bioconductor.org/packages/3.14/bioc/html/pipeFrame.html
- License:
GPL-3
- Recipe:
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 bioconductor-pipeframe¶
-
- Versions:
1.10.0-0
,1.8.0-0
,1.6.0-1
,1.6.0-0
,1.4.0-0
,1.2.0-0
,1.0.0-1
- Depends:
bioconductor-biostrings
>=2.62.0,<2.63.0
bioconductor-bsgenome
>=1.62.0,<1.63.0
bioconductor-genomeinfodb
>=1.30.0,<1.31.0
r-base
>=4.1,<4.2.0a0
- Required By:
Installation
With an activated Bioconda channel (see set-up-channels), install with:
conda install bioconductor-pipeframe
and update with:
conda update bioconductor-pipeframe
or use the docker container:
docker pull quay.io/biocontainers/bioconductor-pipeframe:<tag>
(see bioconductor-pipeframe/tags for valid values for
<tag>
)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-pipeframe/README.html)