diamond_blastp | R Documentation |
Runs Diamond in BLASTp mode via Toolchest.
diamond_blastp( tool_args = "", inputs, output_path = NULL, output_primary_name = NULL, ... )
tool_args |
Additional arguments to be passed to Diamond BLASTp. |
inputs |
Path to a file that will be passed in as input. FASTA or FASTQ formats are supported (it may be gzip compressed) |
output_path |
(optional) (optional) Path to directory where the output file(s) will be downloaded. Log file (diamond.log) will be downloaded in the same directory as the out file(s). |
output_primary_name |
(optional) Base name of output file. |
is_async |
(optional) Whether to run a job asynchronously. Defaults to false. |
Reference to an object with output location data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.