Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Vera committed May 12, 2017
1 parent 7f60c15 commit d1e131a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
Dockerfile for the Albacore basecaller from Oxford Nanopore

## usage
cd into the directory containing the directory of reads
cd into the directory containing the `reads` directory

```bash
docker run -v $(pwd):/root vera/albacore \
-i relative/path/to/reads \
-c /opt/albacore/FLO-MIN106_LSK208_2d.cfg \
-s output \
-t $(nproc)
docker run -v $PWD:$PWD -w $PWD -u $UID \
vera/albacore \
--recursive \
-t $(nproc) \
-i reads \
-c /opt/albacore/r94_450bps_linear.cfg \
-s output \
```




### Available flowcell + kit combinations are:
|flowcell |kit | barcoding | config file |
|------------|----------|------------|-------------------------|
Expand Down

0 comments on commit d1e131a

Please sign in to comment.