megahit | R Documentation |
Starts a query for MEGAHIT using Toolchest.
megahit( tool_args = "", read_one = NULL, read_two = NULL, output_path = NULL, interleaved = NULL, ... )
tool_args |
(optional) Additional arguments to be passed to MEGAHIT. |
read_one |
(optional) |
read_two |
(optional) |
output_path |
(optional) Path to a directory where the output file(s) will be downloaded. |
interleaved |
(optional) Path (string) or list of paths for interleaved paired-end files. |
is_async |
(optional) Whether to run a job asynchronously. Defaults to false. |
If output_path
is left unspecified, downloading will be skipped.
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.