matsengrp / phip-flow

A Nextflow pipeline to align, merge, and organize large PhIP-Seq datasets
MIT License
9 stars 6 forks source link

Local Alignment #11

Closed jgallowa07 closed 3 years ago

jgallowa07 commented 4 years ago

We are most generally aligning reads that are larger than the peptide-encoding reference sequences. This brings up interest in using local alignment, as seen here.

Currently, we use end-to-end alignment bu trim the low quality (right side, 3 prime) end. This could, potentially, be missing many alignments of interest.