Skip to main content

Oxford Nanopore Technologies Plc. fork of Spectre CNV caller

Project description

Spectre

Spectre - Long read CNV caller

Installation

Recommended ways of installation are using pip or conda or pip package:

pip install ont-spectre

(or)

conda install nanoporetech::ont-spectre

Run from sources

Setup a conda environment for Spectre (copy and paste the following commands)

conda create -n spectre python=3.8.5 pip -y
conda activate spectre
pip install -r requirements.txt

How to run

Spectre need as input:

  • The result of Mosdepth (directory)
  • Reference genome (can be bgzip compressed)
  • Window size used in Mosdepth (Make sure the binsize between Mosdepth and Spectre are matching. We suggest a binsize of 1000 base pairs.)
  • VCF file containing SNV

INFO: Make sure to include "/" at the end if you are adding directory paths.

spectre CNVCaller \
  --bin-size 1000 \
  --coverage mosdepth/sampleid/ \
  --sample-id sampleid \
  --output-dir sampleid_output_directory_path/ \
  --reference reference.fasta.gz \
  --snv sampleid.vcf.gz

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

ont_spectre-0.2.2.tar.gz (89.8 kB view hashes)

Uploaded Source

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