DIAMOND (https://github.com/bbuchfink/diamond) Docker image.
2.7K
This image allows the usage of the DIAMOND a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data.
To list the main commands, simply run: docker run --rm -it pegi3s/diamond.
To obtain the help of a specific command, you just need to run: docker run --rm -it pegi3s/diamond <command> (e.g. docker run --rm -it pegi3s/diamond makedb)
To run an application, you should adapt and run the following command: docker run --rm -v /your/data/dir:/data pegi3s/diamond <command> <options>
In this command, you should replace:
/your/data/dir to point to the directory that contains the input files you want to analyze.<diamond> to the name of the DIAMOND command you want to use.<options> with the specific options of the DIAMOND application. These options will include the input/output files, which should be referenced under /data/.Please note that data must be under the same drive than the Docker Toolbox installation (usually C:) and in a folder with write permissions (e.g. C:/Users/User_name/).
As in the Linux case, to run an application, you should adapt and run the following command: docker run --rm -v "/c/Users/User_name/dir/":/data pegi3s/diamond <command> <options>
Content type
Image
Digest
sha256:c523d2184…
Size
56.3 MB
Last updated
5 days ago
docker pull pegi3s/diamond