THAPBI Phytophthora ITS1 Classifier Tool (PICT).
Project description
THAPBI Phytophthora ITS1 Classifier Tool (PICT)
THAPBI PICT an ITS1-based diagnostic/profiling tool from the UK BBSRC funded Tree Health and Plant Biosecurity Initiative (THAPBI) Phyto-Threats project, focused on identifying Phytophthora species present in Illumina sequenced environmental samples.
Phytophthora (from Greek meaning plant-destroyer) species are economically important plant pathogens, important in both agriculture and forestry. ITS1 is short for Internal Transcribed Spacer one, which is a region of eukaryotes genomes between the 18S and 5.8S rRNA genes. This is commonly used for molecular barcoding, where sequencing this short region can identify species.
This software repository continues earlier work including:
Installation
We recommend installing this tool on Linux using the Conda packaging system, via the BioConda channel, which will handle all the dependencies:
$ conda install thapbi_pict
The same should work on macOS, but the command line dependencies likely rule out using Windows directly.
Alternatively, since the software is on the Python Package Index (PyPI), the following command will install it along with its Python dependencies:
$ pip install thapbi_pict
However, in this case you will still need to install various external command line tools like hmmer, and others which are only used for some classifiers (like blast and swarm). If you have BioConda setup, use the following:
$ conda install --file requirements-ext.txt
On a typical Linux system most of the tools required will be available via the default distribution packages, although not always under the same package name.
On Debian (with the efforts of DebianMed), or Ubuntu Linux, try:
$ sudo apt-get install ncbi-blast+ cutadapt hmmer swarm trimmomatic
If you want to install the very latest unreleased code, you must download the source code from GitHub - see the CONTRIBUTING.rst file for more details.
Once installed, you should be able to run the tool using:
$ thapbi_pict
This should automatically find the installed copy of the Python code. Use thapbi_pict -v to report the version, or thapbi_pict -h for help.
Release History
See the CHANGELOG.rst file (it was getting too long to include here).
Development Notes
Please see the CONTRIBUTING.rst file for details of the development setup including Python style conventions, git pre-commit hook, continuous integration and test coverage, and release process.
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 thapbi_pict-0.3.1.tar.gz
.
File metadata
- Download URL: thapbi_pict-0.3.1.tar.gz
- Upload date:
- Size: 2.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0003dcdecd6cd4072e567010669349f159b69df9b5f09a336ace065cc6e3b4c |
|
MD5 | 270f7bc7c254302c70b067bc86e0dd90 |
|
BLAKE2b-256 | ab08084fcbee967305f4c2abefd1644087b86113ab02368c8261b474eda3cbb0 |
File details
Details for the file thapbi_pict-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: thapbi_pict-0.3.1-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b9113fb4682f172dd43ad7d480891253ee305e187852ccb16a81143af92a4ff |
|
MD5 | 9e2c6a490c5ae8e7768958b2d253843d |
|
BLAKE2b-256 | 450efa1791e92f71781a1de21ddabe3358bd756775ce3cb4ff19bb23db70fa01 |