Skip to content

Commit

Permalink
Fix lowmem syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Smith-Unna committed Jun 17, 2015
1 parent 6e5bf16 commit b447388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ seq.sample('reads_l.fq', 'sampled_l.fq', 1_000, 1234) # sample 1,000 left reads
seq.sample('reads_r.fq', 'sampled_r.fq', 1_000, 1234) # sample the matching right reads

# low memory sampling (uses two passes)
seq.sample_lowmem('reads.fq', 1_000_000) # sample 1 million reads

seq.sample_lowmem('reads.fq', 'sampled.fq', 1_000_000) # sample 1 million reads
```

## Contributing
Expand Down

0 comments on commit b447388

Please sign in to comment.