Skip to content

Commit

Permalink
Add bam2fastx usage
Browse files Browse the repository at this point in the history
  • Loading branch information
armintoepfer committed Mar 14, 2023
1 parent b557c99 commit 62c6adb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ that those binaries are longer from `pbbam` directly.

## Usage

### `bam2fastx`
Both tools have an identical interface and take BAM and/or DataSet files as input. Examples:

```
bam2fasta -o projectName m54008_160330_053509.subreads.bam
bam2fastq -o myEcoliRuns m54008_160330_053509.subreads.bam m54008_160331_235636.subreads.bam
bam2fasta -o myHumanGenome m54012_160401_000001.subreadset.xml
```

### `zmwfilter`
zmwfilter provides a simple utility for filtering PacBio BAM data on ZMW ID(s), via either an "include-list" or "exclude-list".

Expand Down

0 comments on commit 62c6adb

Please sign in to comment.