immcantation / presto

pRESTO is part of the Immcantation analysis framework for Adaptive Immune Receptor Repertoire sequencing (AIRR-seq). pRESTO is a bioinformatics toolkit for processing high-throughput lymphocyte receptor sequencing data.
https://presto.readthedocs.io
GNU Affero General Public License v3.0
0 stars 0 forks source link

minlen capability with MaskPrimers #12

Closed ssnn-airr closed 6 years ago

ssnn-airr commented 9 years ago

Original report by Anonymous.


A minlen capability added to maskPrimers-align would 1 - increase speed ? 2 - obviate some post-processing

Use case: Single cell data uses mixed-length barcodes, to increase the barcode space and add nucleotide diversity (for the sequence). The barcode is called by aligning a long constant sequence that is 3' in the read with maskPrimers-align+cut, then I post-process results with a one-liner to filter for barcodes of a certain length... which works fine but involves non-pRESTO code. just a suggestion; not high priority at al.

ssnn-airr commented 6 years ago

Original comment by Jason Vander Heiden (Bitbucket: javh, GitHub: javh).


Probably accomplished by either the new MaskPrimers-extract command and/or padding primer sequences with Ns.

ssnn-airr commented 9 years ago

Original comment by Jason Vander Heiden (Bitbucket: javh, GitHub: javh).


Had already intended to add this at some point.