Picard (https://broadinstitute.github.io/picard/) docker image.
10K+
This image facilitates the usage of Picard, a set of command line tools for manipulating high-throughput sequencing data and formats such as SAM/BAM/CRAM and VCF.
This toolset can be used to perform the following operations:
To see Picard options, just run docker run --rm pegi3s/picard -h.
You should adapt and run the following command: docker run --rm -v /your/data/dir:/data pegi3s/picard <picard-application-name> <options>
In this command, you should replace:
/your/data/dir to point to the directory that contains the input files you want to analyze.<picard-application-name> to the name of the Picard application you want to use.<options> with the specific options of the Picard application. These options will include the input/output files, which should be referenced under /data/.For instance, to clean a SAM file, you should run: docker run --rm -v /your/data/dir:/data pegi3s/picard CleanSam -I /data/aln-pe.sam -O /data/aln-pe_cleaned.sam
Content type
Image
Digest
sha256:9bae7e3c2…
Size
649.5 MB
Last updated
over 1 year ago
docker pull pegi3s/picard:2.21.5