Skip to content

Commit

Permalink
Add bean-count documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr authored Mar 7, 2024
1 parent b3ce0b1 commit 40952c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ bean-count-samples \
-t 12 `# number of threads` \
--name my_sorting_screen `# name of this sample run`
```
```python
bean-count \
--R1 read1.fq[.gz]
--R2 read2.fq[.gz]
-b A `# base that is being edited (A/G)` \
-f sgRNA_info_table.csv `# sgRNA information` \
-o . `# output directory` \
-r `# read edit/allele information from reporter` \
--name my_sample `# name of this sample run`
```

### Input file format
#### 1. gRNA_library.csv
Expand Down

0 comments on commit 40952c4

Please sign in to comment.