Skip to main content

Sliding-window indel correction

Project description

Windel

Sliding-window INDEL correction

NAME
    windel.py - Performs windowed indel analysis in a multiprocessing fashion.

SYNOPSIS
    windel.py REFERENCEFILE ALIGNMENTFILE OUTFILE <flags>

DESCRIPTION
    Performs windowed indel analysis in a multiprocessing fashion.

POSITIONAL ARGUMENTS
    REFERENCEFILE
        path to reference fasta file
    ALIGNMENTFILE
        path to alignment file (bam/sam)
    OUTFILE
        path to output file (csv)

FLAGS
    --fasta_out=FASTA_OUT
        Optional path to corrected fasta output (default None).
    --prop_thresh=PROP_THRESH
        threshold for the proportion of windowed reads having an indel at a position for an edit to be made (default 0.9)
    --window=WINDOW
        width of window to use, must be odd (default 11)
    --processes=PROCESSES
        number of processes to spawn (default is the number of cpus)

NOTES
    You can also use flags syntax for POSITIONAL ARGUMENTS

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

windel-0.0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

windel-0.0.1-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

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