Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
betteridiot committed Oct 16, 2018
1 parent b9e653a commit 1f97b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Bamnostic is meant to be a reduced drop-in replacement for [pysam](https://githu
>>> import bamnostic as bs
```

### Loading your BAM file (Note: CRAM and CSI formats are not supported at this time)
### Loading your BAM file (Note: CRAM format are not supported at this time)
Bamnostic comes with an example BAM (and respective BAI) file just to play around with the output. Note, however, that the example BAM file does not contain many reference contigs. Therefore, random access is limited. This example file is made availble through `bamnostic.example_bam`, which is a just a string path to the BAM file within the package.

```python
Expand Down

0 comments on commit 1f97b4d

Please sign in to comment.