churchlab / AAV_fitness_landscape

Analysis for "Comprehensive fitness landscape of AAV capsid reveals a viral gene and enables machine-guided design"
20 stars 13 forks source link

x01_process_fastqs.py #4

Open cn6659 opened 2 years ago

cn6659 commented 2 years ago

In the script, "x01_process_fastqs.py" middle_expr = '(?<=CCAC)([ACTG]{20})(?=CCAC)'

What is "CCAC"?

pierceogden commented 2 years ago

"CCAC" is the conserved sequences between the barcodes which are concatenated.

On Thu, Jul 7, 2022 at 3:09 PM cn6659 @.***> wrote:

In the script, "x01_process_fastqs.py" middle_expr = '(?<=CCAC)([ACTG]{20})(?=CCAC)'

What is "CCAC"?

— Reply to this email directly, view it on GitHub https://github.com/churchlab/AAV_fitness_landscape/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPVRMDO3IS7NOV6NR7WD6LVS4TN3ANCNFSM526PABAA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Pierce Ogden, PhD CSO, Manifold Biotechnologies @. @. Manifold.Bio

cn6659 commented 2 years ago

Thank you for your quick reply. If I use this script, how can I replace "CCAC"?