Skip to main content

Extra utilities to enhance CapCruncher

Project description

CapCruncherTools

Overview

A collection of Rust tools to speed up the python based functionality of the CapCruncher project. Python binding have been generated to allow for easy integration into the existing python code base.

Current Tools

FASTQ deduplication - fastq-deduplicate:

This tool takes paired FASTQ files and removes any duplicate fragments.

Basic Usage:

capcruncher-tools fastq-deduplicate -1 <input1.fastq> -2 <input2.fastq> -o <output_prefix>

Restriction digestion of FASTA - digest-genome:

This tool takes a FASTA file and a list of restriction enzymes and produces a list of fragments in BED format.

Basic Usage:

capcruncher-tools digest-genome -i <input.fasta> -o <output.bed> -r <recognition site> -p  <number of threads>

Count restriction fragments - count:

This tool counts the number of interactions between a fragment (in silico digested read).

Basic Usage:

capcruncher-tools count <reporters> -f <fragments.bed> -v <viewpoints_path.bed> -o <output.hdf5> -p <number of threads>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

capcruncher_tools-0.2.1.tar.gz (2.9 MB view hashes)

Uploaded Source

Built Distributions

capcruncher_tools-0.2.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view hashes)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ x86-64

capcruncher_tools-0.2.1-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view hashes)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ i686

capcruncher_tools-0.2.1-cp37-abi3-macosx_11_0_arm64.whl (4.9 MB view hashes)

Uploaded CPython 3.7+ macOS 11.0+ ARM64

capcruncher_tools-0.2.1-cp37-abi3-macosx_10_12_x86_64.whl (5.1 MB view hashes)

Uploaded CPython 3.7+ macOS 10.12+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page