A comprehensive, opinionated plant variant calling pipeline in Snakemake
Project description
Acanthophis
A reusable, comprehensive, opinionated Snakemake pipeline for plant-microbe genomics and plant variant calling.
Documentation
For documentation, see ./documentation.md. In summary:
# create conda env, activate it
mamba create -n someproject python snakemake pip natsort
mamba activate someproject
# Install acanthophis itself
pip install acanthophis
# Generate a workspace. This copies all files the workflow will need to your
# workspace directory.
acanthophis-init /path/to/someproject/
# Edit config.yml to suit your project. Hopefully this config file documents
# all options available in an understandable fashion. If not, please raise an
# issue on github.
vim config.yml
# Run snakemake
snakemake -j 16 -p --use-conda --conda-frontend mamba --ri
# Or on a cluster, see acanthophis-init --list-available-profiles
snakemake --profile ./ebio-cluster/
Compatibility
While snakemake and Acanthophis are cross-platform, most of the underlying tools are only packaged for and/or only operate on Linux x68_64
. Therefore, I only support users on Linux systems. In theory, everything should run on OSX or WSL, but the vast majority of users will want to utilise a high performance linux workstation (at least, probably more likely a cluster).
Running tests
For running tests, see ./tests/README.md.
Contribution & Assistance
If you have anything (advice, docs, code) you'd like to contribute, pull requests are more than welcome. Please discuss any major contribution in a new issue before implementing it, to avoid wasted effort.
If you need any assistance, or have other questions or comments, please make an issue on github, or open a discussion. Unfortunately both need an account on github, so alternatively you can email me (foss <usual email symbol> kdmurray.id.au
).
About & Authors
This is an amalgamation of several pipelines developed between the Weigel Group, MPI DB, Tübingen, DE, the Warthmann Group, IAEA/FAO PBGL, Seibersdorf, AT and the Borevitz Group, ANU, Canberra, AU. This amalgamation authored by Dr. K. D. Murray, original code primary by K. D. Murray, Norman Warthmann, with contributions from others at the aforementioned institutes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file acanthophis-1.1.0.tar.gz
.
File metadata
- Download URL: acanthophis-1.1.0.tar.gz
- Upload date:
- Size: 320.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ae5896eb60211d114d1ecc16419c47459d4b622b31f00d57567879e06d9a2b6 |
|
MD5 | f63b0dd9b5679727460cf842971ce3d4 |
|
BLAKE2b-256 | fbf5b1ed24e19a568e81312a8e42802afd8000e3b067b6b71f10ab1d6dc7e8cf |
File details
Details for the file acanthophis-1.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: acanthophis-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 71.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 577010ff4aa75a809d91c1680c6c0e6684e08dbe8ef043a07f7c2f422987ae36 |
|
MD5 | f496034f60bd665932456b58698a6522 |
|
BLAKE2b-256 | 69543d53ecee699bd10e3300cf11190520ff2708bbcf4e64d51783f6f8652ea4 |