Skip to main content

Here's an example of a repository

Project description

MutChecker

MutChecker is a tool for checking the mutation status of a given genome range.

Installation

mamba create -n mutchecker -c bioconda -y python==3.9 biopython==1.80 freebayes whatshap bcftools samtools htslib numexpr
conda activate mutchecker
pip install mutchecker

Usage

  1. bamstat: Stat the depth and coverage of all CDS in a bam file
usage: mutchecker bamstat [-h] gff_file bam_file

Stat the depth and coverage of all CDS in a bam file

positional arguments:
  gff_file    reference gff file
  bam_file    sorted and markdup bam file

optional arguments:
  -h, --help  show this help message and exit
  1. reseq: Check the mutation of a specific gene by resequencing data
usage: mutchecker reseq [-h] [-i GENE_ID] [-o OUTPUT_DIR] [-e EXON_EXTEND] [-c] genome_file gff_file bam_file

Check the mutation of a specific gene by resequencing data

positional arguments:
  genome_file           reference genome file
  gff_file              reference gff file
  bam_file              sorted and markdup bam file

optional arguments:
  -h, --help            show this help message and exit
  -i GENE_ID, --gene_id GENE_ID
                        gene id, default=None
  -o OUTPUT_DIR, --output_dir OUTPUT_DIR
                        output directory, default="mutchecker_output"
  -e EXON_EXTEND, --exon_extend EXON_EXTEND
                        extend length of cds, default=500
  -c, --clean           clean the intermediate files, default False

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

mutchecker-0.0.3.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

mutchecker-0.0.3-py3-none-any.whl (15.5 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