Skip to content

Instantly share code, notes, and snippets.

@sumeetg23
sumeetg23 / I5OnlyDemultiplex-I7AsRead
Created June 29, 2021 13:55
How to demultiplex based on I5 index and have I7 index as a separate read
If you want the I7 indexes on a standalone FastQ file (R2 file will have the I7 indexes), then
Step 1. first modify your RunInfo.xml file by changing
<Read Number="2" NumCycles="8" IsIndexedRead="Y" />
to
<Read Number="2" NumCycles="8" IsIndexedRead="N" />.
@sumeetg23
sumeetg23 / FASTQ2CRISPRCOUNT.md
Last active March 4, 2023 01:20
CRISPR Screen - NGS FASTQ to Count File