medaka
From: https://github.com/nanoporetech/medaka Command: medaka_consensus
223
Example:
toolname (e.g. porechop or canu etc.)
-i and output -o is given to understand docker pathing${WORKDIRPATH} could be $PWD - your current working dir${WORKDIRNAME} its the location in the docker, the mountpoint
docker run --rm -it -v ${WORKDIRPATH}:/${WORKDIRNAME} replikation/toolname \
toolname -i /${WORKDIRNAME}/input -o /${WORKDIRNAME}/output
docker run --entrypoint other_script.shContent type
Image
Digest
sha256:b2258e5a6…
Size
1.6 GB
Last updated
almost 3 years ago
docker pull replikation/medaka:1.9.1--clean