A standalone package for predicting variant phenotypes given a multiple sequence alignment and DMS data.
If this is used as a submodule to a nextflow build, use we reccomend following this guide as a workflow
When intergrating into an existing Nextstrain build, the primary steps to take are:
- Add this as a submodule
- Add the appropriate dependency of the resulting JSON's into the main workflow
- install the dependencies:
$ conda activate ~/.nextstrain/runtimes/conda/env
$ snakemake --use-conda --cores 2 --create-envs-only --configfile dmsa-pipeline/dmsa-pred-reference.yaml
Now you can run the pipeline:
snakemake --use-conda --cores 4 --configfile dmsa-pipeline/dmsa-pred-reference.yaml