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

capcruncher-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capcruncher-tools

Extra utilities to enhance CapCruncher

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

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>

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