Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats authored Sep 21, 2020
1 parent 0015c16 commit cd12c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Needletail's goal is to be as fast as the [readfq](/~https://github.com/lh3/readfq
```rust
extern crate needletail;
use needletail::{parse_fastx_file, Sequence, FastxReader};
//!

fn main() {
let filename = "tests/data/28S.fasta";
//!

let mut n_bases = 0;
let mut n_valid_kmers = 0;
let mut reader = parse_fastx_file(&filename).expect("valid path/file");
Expand Down

0 comments on commit cd12c12

Please sign in to comment.