Skip to content

Commit

Permalink
Add PacBio HiFi to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Feb 16, 2024
1 parent e19eb3d commit 2eda4eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ badread simulate --reference ref.fasta --quantity 50x \
| gzip > reads.fastq.gz
```

To simulate PacBio HiFi reads:
```bash
badread simulate --reference ref.fasta --quantity 50x \
--error_model pacbio2021 --qscore_model pacbio2021 --identity 30,3 \
| gzip > reads.fastq.gz
```

Very bad reads:
```bash
badread simulate --reference ref.fasta --quantity 50x --glitches 1000,100,100 \
Expand Down

0 comments on commit 2eda4eb

Please sign in to comment.