Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dry-pipe

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dry-pipe

A Python DSL for bioinformatics pipelines

  • 0.8.0
  • PyPI
  • Socket score

Maintainers
1

A Python DSL for pipelines

Don't Repeat Yourself (D.R.Y) while writing pipelines, and stay away from leaky abstractions, use DryPipe !

What is a pipeline ?

A pipeline could be described as "a bunch of programs feeding data to one another".

Programs within a pipeline tend to:

  1. run for a long time
  2. need large amounts of resources (cpu, memory, disk space, etc), requiring clusters to run (Slurm, Torque,etc)
  3. be written in different languaged, have different CLI interfaces, file formats, etc.
  4. long CODE->RUN->DEBUG->CODE cycles

The length of the development cycle makes pipelines difficult to debug.

https://drypipe.readthedocs.io/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc