Skip to content

Consider using pipes instead of writing to disk #45

@vladimirg

Description

@vladimirg

Third-party tools often read from and write to files on disk. This may introduce an I/O bottleneck. It may be possible to pipe input and output between tools, e.g. to PicardTools read group tool (https://www.biostars.org/p/56566/). It's only worth it if the performance improvement will be appreciable and it will not interfere with tools that are parallelized (e.g., the parallelized mpileup assumes the BAM input is in its final form and contains all chromosomes).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions