This is a tool for parsing CRISPRi/a screens and assigned counts to the provided guides
```bash
git clone https://github.com/noamteyssier/screenr cd screenr cargo install --path .
screenr --version
screenr --help ```
```bash
screenr \ --input data/example/subset0000.fastq.gz \ --names lib1 \ --library data/libraries/CRISPRiv2crop28.all.fasta.gz ```
```bash
screenr \ --input data/example/subset0000.fastq.gz \ --names lib1 \ --library data/libraries/CRISPRiv2crop28.all.fasta.gz --output lib1.tab ```
bash
screenr \
--input data/example/subset0000.fastq.gz data/example/subset0001.fastq.gz data/example/subset0002.fastq.gz \
--names lib1 lib2 lib3 \
--library data/libraries/CRISPRi_v2_crop28.all.fasta.gz
bash
screenr \
--input data/example/subset00*.fastq.gz \
--names lib{0..10} \
--library data/libraries/CRISPRi_v2_crop28.all.fasta.gz
bash
screenr \
--input data/example/subset00*.fastq.gz \
--names lib{0..10} \
--library data/libraries/CRISPRi_v2_crop28.h1.fasta.gz
```bash
screenr \ --input data/example/subset00*.fastq.gz \ --names lib{0..10} \ --library data/libraries/CRISPRiv2crop28.h1.fasta.gz --guide GCGCGAA ```