recipe bedtk

Bedtk is a set of simple tools to process BED files.

Homepage:

https://github.com/lh3/bedtk

License:

MIT

Recipe:

/bedtk/meta.yaml

Links:

biotools: bedtk

Bedtk is a set of simple tools to process BED files. It so far implements intersection, subtraction, sorting, merging and computing the breadth of coverage. Bedtk is not as versatile as bedtools and never aims to match the bedtools feature set. It instead focuses on performance. Bedtk is several to tens of times faster and uses a fraction of memory. It also provides a few convenient functions. For example, sorting, merging and intersection can be done in one go without Unix pipes.

package bedtk

(downloads) docker_bedtk

Versions:

0.0.r25.dirty-20.0.r25.dirty-10.0.r25.dirty-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bedtk

and update with:

conda update bedtk

or use the docker container:

docker pull quay.io/biocontainers/bedtk:<tag>

(see bedtk/tags for valid values for <tag>)

Download stats