Sign inSign up

alexcoppe/bwa

By alexcoppe

•Updated over 6 years ago

Dockerized bwa

Image
2

1.8K

alexcoppe/bwa repository overview

⁠Dockerized bwa⁠

⁠Usage:

Docker Pull Command:

docker pull alexcoppe/bwa

Example (bwa mem for paired-end Illumina reads):

docker run --rm -it -v  ~/reference:/reference -v $(pwd):/data  alexcoppe/bwa mem -M -t 8 reference/reference /data/1.fastq /data/2.fastq  > mapping.sam

Tag summary

Content type

Image

Digest

Size

4.1 MB

Last updated

over 6 years ago

docker pull alexcoppe/bwa