Skip to content

Commit

Permalink
Add Docker usage
Browse files Browse the repository at this point in the history
  • Loading branch information
inutano committed Mar 12, 2019
1 parent ae5e189 commit a968b46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ $ pfastq-dump --threads 8 --stdout /path/to/**/*sra > data.fastq

Mind the disk usage as well as the original implementation warns, this script requires double of decompressed fastq file size.

## Docker container

Available on [Quay.io](https://quay.io/repository/inutano/sra-toolkit)

```
$ ls
mydata.sra
$ docker run --rm -v "$(pwd)":/data -w /data quay.io/inutano/sra-toolkit:v2.9.2 pfastq-dump --threads 8 /data/mydata.sra
```

## Copyright

Copyright (c) 2017 Tazro Inutano Ohta. See LICENSE.txt for further details.

0 comments on commit a968b46

Please sign in to comment.