update_database | R Documentation |
Updates a custom database. The new database version is returned immediately after initialization.
update_database(database_path, tool, database_name, ...)
database_path |
Path or list of paths (local or S3) to be passed in as inputs. |
tool |
Toolchest tool with which you use the database (e.g. 'toolchest$tools$Kraken2“). |
database_name |
Name of the new database. |
This executes just like any other tool, except:
the success status is complete
instead of ready_to_transfer_to_client
is_async
is True by default
Note that it may take 24-48 hours for the custom database to be ready for use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.