If you add new wrappers, please try to mirror the original tool's command line flags. However, there are a few exceptions:
- Flags with underscores are not supported by Typer and are converted.
For example,
--output_dir
is not supported even if the function takesoutput_dir
as an argument. - The number of cores to be used must be specified with the
--threads
flag for consistency. Use theThreads
object fromvdsearch.types
as the argument.
Be sure to include a citation for the original tool in the References
section of the docstring.
The reference should be in Elsevier Harvard style.