View source: R/searchContainer.R
searchContainer | R Documentation |
To search container images for a tool in certain repository from quay.io or dockerhub.
searchContainer(tool, repo = "biocontainers", source = c("quay", "dockerhub"))
tool |
The tool to search. |
repo |
The repository to lookup. |
source |
The container server to search, quay.io or dockerhub. |
A DataFrame contains image tag names, updated dates and image sizes.
searchContainer("samtools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.