Function that makes a system call for the RbowtieCuda binaries.
Note that it is not designed to be used outside the package.
Usage
.callbinary2(bin1, args1, path = NULL, code = NULL)
Arguments
- bin1
Character
. The binary used for the system call.
- args1
Character
. The arguments to pass to the binary.
- path
Character
Optional: If passed to function, returns
the path.
- code
Character
Optional: If passed to function, returns
the code.
Value
An invisible Integer
of call status.
The value is 0 when there is not any mistakes.
Examples
.callbinary2(bin1 = "nvBowtie", args1 = "--version")
#> [1] 0