rapsearch2 | R Documentation |
Runs Diamond in BLASTx mode via Toolchest.
rapsearch2( tool_args = "", inputs, output_path = NULL, output_primary_name = NULL, database_name = "rapsearch2_seqscreen", database_version = "1", ... )
tool_args |
(optional) Additional arguments to be passed to RAPSearch2. |
inputs |
Path to a FASTA/FASTQ file that will be passed in as input. |
output_path |
(optional) Path (client-side) to a directory where the output files will be downloaded. |
output_primary_name |
(optional) Base name of output file(s).
(Functions the same way as the "-o" tag for RAPSearch2, in combination with |
database_name |
(optional) Name of database to use for RAPSearch2 alignment. Defaults to SeqScreen DB. |
database_version |
(optional) Version of database to use for RAPSearch2 alignment. Defaults to 1. |
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.