A PrIMEr infereNce TOolkit to facilitate large-scale calling of metabarcoding amplicon sequence variants
Project description
PIMENTO
A PrIMEr infereNce TOolkit to facilitate large-scale calling of metabarcoding amplicon sequence variants.
How PIMENTO works
PIMENTO’s employs a dual primer inference strategy, which are:
- Standard primer search: based on fuzzy regex search queries to a library of curated standard primer sequences.
- Primer cutoff prediction: based on the identification of the primer cutoff point from analysis of patterns of base-conservation at the beginning (and end, for single-end libraries) of reads. Consensus sequences are then generated as inferred primers using the predicted cutoff.
PIMENTO also implements an "are there primers?" function to predict the presence of primers in sequencing reads in case no standard primer was found. This method is helpful in cases where it isn't known whether primer sequences are still present in the reads, and checking manually would not be trivial, i.e. for large-scale analysis pipelines.
How to install
PIMENTO is available on PyPi. To install it from PyPi with pip just run:
pip install mi-pimento
PIMENTO is also available on bioconda and can be installed like this with conda/mamba:
conda install -c bioconda mi-pimento
How to run
You can run either PIMENTO strategy with a single command. The tool will look for primers on either end, so both strategies will work on paired-end, single-end, or merged paired-end sequencing reads (though you would have to run it twice unmerged paired-end sequencing reads, one for each end).
pimento --help
Usage: pimento [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
are_there_primers Predict whether primers are present in the input reads
auto Perform the primer cutoff strategy for primer
inference
choose_primer_cutoff Choose the optimal primer cutoff point.
find_cutoffs Find potential cutoffs using a BCV output.
gen_bcv Generate the base-conservation vector(s) (BCV)
std Perform the standard primer strategy for primer
inference
Standard primer matching
To run the standard primer strategy:
pimento std -i <fastq/fastq.gz> -p <primers_dir> -o <output_prefix>
Inputs
-i <fastq/fastq.gz>: the input FASTQ reads file.
-p <primers_dir>: the path to the standard primers library to be used, with the default being PIMENTO's library. You can use your own library, or extend PIMENTO's. If using a different library than the default, make sure the primer FASTA files have this format:
>341F
CCTACGGGNGGCWGCAG
>338F
ACTCCTACGGGAGGCAGCA
>805R
GACTACHVGGGTATCTAATCC
>785R
CTACCAGGGTATCTAATCC
Where forward strand primers have the character F as the final character, and vice versa R for reverse strand primers.
-o <output_prefix>: the prefix to be used on output files.
Outputs
<output_prefix>_std_primers.fasta: FASTA file containing the best found single or pairs of primers. Empty if none were found.
<output_prefix>_std_primer_out.txt: Text file containing the read proportions of the best found primers.
all_standard_primer_proportions.txt: Text file logging all the read proportions for every single searched primer.
Primer cutoff prediction
To run the primer cutoff strategy:
pimento auto -i <fastq/fastq.gz> -st [FR/F/R] -o <output_prefix>
NB: Running pimento auto executes the three subcommands generate_bcv, find_cutoffs, choose_primer_cutoff sequentially. You can therefore run each step of this workflow individually if you wish.
Inputs
-i <fastq/fastq.gz>: the input FASTQ reads file.
-st [FR/F/R]: the selection of strands to perform primer inference for - F for forward, R for reverse, FR for both.
-o <output_prefix>: the prefix to be used on output files.
Outputs
<output_prefix>_auto_primers.fasta: FASTA file containing the inferred primer sequences using the predicted optimal cutoffs.
Are there primers?
To run the "are there primers?" utility:
pimento are_there_primers -i <fastq/fastq.gz> -o <output_prefix>
Inputs
-i <fastq/fastq.gz>: the input FASTQ reads file.
-o <output_prefix>: the prefix to be used on output files.
Outputs
<output_prefix>_general_primer_out.txt: Text file containing a 1 or 0 depending on if a primer was found on the forward strand (first line) and the reverse strand (second line).
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mi_pimento-1.0.1.tar.gz.
File metadata
- Download URL: mi_pimento-1.0.1.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41084e96c3d7420714215c5850bbfe491850442fa2d212e1666d1a18b4ffb5b3
|
|
| MD5 |
729263b97661cfbd96f4fa5daa6ebcf1
|
|
| BLAKE2b-256 |
86db11c0a8227ffe65502101892a78fb0c6bd07233ccbc872af50605a7c67e93
|
Provenance
The following attestation bundles were made for mi_pimento-1.0.1.tar.gz:
Publisher:
python-publish.yml on EBI-Metagenomics/PIMENTO
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mi_pimento-1.0.1.tar.gz -
Subject digest:
41084e96c3d7420714215c5850bbfe491850442fa2d212e1666d1a18b4ffb5b3 - Sigstore transparency entry: 239514051
- Sigstore integration time:
-
Permalink:
EBI-Metagenomics/PIMENTO@8ec4b8f36f0719908e534f3bafdfc027266e0464 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/EBI-Metagenomics
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@8ec4b8f36f0719908e534f3bafdfc027266e0464 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mi_pimento-1.0.1-py3-none-any.whl.
File metadata
- Download URL: mi_pimento-1.0.1-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db230a529999bf496b243528ad6404a3290c8acb2e1fc3806f4e1238a8321620
|
|
| MD5 |
c4bcc38ad87639835e4eb9ba954ae9a6
|
|
| BLAKE2b-256 |
677dd4137400cdcf7d28d132378c2e562597211d67fc417eaf2cdfcd15e10a2e
|
Provenance
The following attestation bundles were made for mi_pimento-1.0.1-py3-none-any.whl:
Publisher:
python-publish.yml on EBI-Metagenomics/PIMENTO
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mi_pimento-1.0.1-py3-none-any.whl -
Subject digest:
db230a529999bf496b243528ad6404a3290c8acb2e1fc3806f4e1238a8321620 - Sigstore transparency entry: 239514062
- Sigstore integration time:
-
Permalink:
EBI-Metagenomics/PIMENTO@8ec4b8f36f0719908e534f3bafdfc027266e0464 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/EBI-Metagenomics
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@8ec4b8f36f0719908e534f3bafdfc027266e0464 -
Trigger Event:
release
-
Statement type: