Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Aug 1, 2023
1 parent d2a90c9 commit 870daf9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ pip install DAJIN2
### Basics

You can run DAJIN2 for a single sample (one sample vs one control)
+ `batch`: analyzing and comparing multiple experimental conditions at the same site
+ `gui`: submitting data using graphical user interface (GUI)


```bash
Expand Down Expand Up @@ -50,9 +48,9 @@ tar -xf example-single.tar.gz
# Run DAJIN2
DAJIN2 \
--name stx2-deletion \
--sample "example-single/sample.fq.gz" \
--control "example-single/control.fq.gz" \
--allele "example-single/design.fa" \
--sample example-single/sample.fq.gz \
--control example-single/control.fq.gz \
--allele example-single/design.fa \
--genome mm39 \
--threads 10
Expand Down

0 comments on commit 870daf9

Please sign in to comment.