Changes between Version 7 and Version 8 of SOP/PooledCRISPR
- Timestamp:
- 03/21/19 15:59:17 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/PooledCRISPR
v7 v8 52 52 '''Implementation 2: using bowtie alignment''' 53 53 * Make bowtie index with sgRNA sequences, and ran bowtie to align reads to indexed sgRNAs. 54 * Sample commands with 0 mismatch in the alignment 54 55 * Sample commands with 0 mismatch in the alignment: 55 56 * bowtie-build guide.fa guide 56 57 * bowtie -3 20 -n 0 -l 20 -p 4 -S guide foo.fq.gz foo.sam