Classify C. Liberibacter solanacearum haplotypes
Project description
CLSify
Classification of Candidatus Liberibacter solanacearum following IPPC (International Plant Protection Convention) standard DP 21: Candidatus Liberibacter solanacearum.
Quick Facts
License: MIT
Programming Language Python
Input / Output - What it Does!
This program takes as the input Sanger sequences from the 16S, 16S-23S, and 50S primers from the IPPC standard DP21. It then aligns them to the GenBank reference sequences EU812559 and EU834131 (as specified in DP21). Based on the alignments and the document DP21, sequence identity is computed and haplotyping is performed, yielding:
sequence identity to EU822559 for identifying the species C. Liberibacter solanacearum, and
haplotyping of the read based on variation from the reference sequence.
Sample names can be inferred from the read names or from a separate mapping TSV file.
Quick Start
This is gonna be really quick!
Installation
We recommend using Bioconda.
First install Bioconda. Then:
# conda install -y clsify
And – tadaa – you’re ready to go!
Running
You can have one FASTA (or FASTQ) file with all of your reads or one file for each. If you have a single sequence per FASTA (or FASTQ) file then you can use the file name instead of the sequence name.
# clsify -o result.tsv INPUT.fasta
## OR
# clsify [--use-file-name] -o result.tsv INPUT1.fasta INPUT2.fasta [...]
## e.g.,
# clsify [--use-file-name] -o result.tsv INPUT*.fasta
History
v0.1.1
Zapping gremlins in haplotype table.
Change formatting of README.
v0.1.0
Initial release.
Everything is new!
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
File details
Details for the file clsify-0.1.1.tar.gz
.
File metadata
- Download URL: clsify-0.1.1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33d02e9d95e3bcc2480c27fa10f5a61c47049252a8787d8c98e95c8194e026e3 |
|
MD5 | 7adc342cdf04dc5e82c10140f1c1f93e |
|
BLAKE2b-256 | 7671a171dfd9de25a91091f73d09c303f0c3e274cf12037af764d53b87d34a51 |