/SNV-Scape

Generates a VCF of the Single Nucleotide Variant Mutational Space of a genomic region or gene based on the Reference Genome

Primary LanguageDockerfileMIT LicenseMIT

SNV-Scape

An implementation to generates VCF files containing Single Nucleotide Variant Mutational Space of a genomic region or a gene based on the Reference Genome.

Citation

If you make use of this software for academic purposes, please cite the software 10.5281/zenodo.7562930.

How to run (Containerized, Legacy see below)

Dependencies

Please ensure you have the following software installed on your machine:

docker

You can get docker here

Build Docker image

Run the following command in the root directory of this project

docker build -t snv_scape .

Example run

Example for a hypothetical gene

docker run --rm -v $(pwd):/app --name snv_scape_container snv_scape python /app/snv_scape/snv_scape.py --gene_name=TESTGENE

This should result in the following output:

...

TBD