Description Usage Arguments Value See Also Examples
The purpose of this R package is to interact with the Broad Cromwell execution engine. The Cromwell server is contained in a JAVA JAR file. This function simply downloads the cromwell JAR file and puts it in the destfile location. The JAR file is picked up from https://github.com/broadinstitute/cromwell/releases.
1 2 | getCromwellJar(cromwell_version, destfile = file.path(tempdir(),
"cromwell.jar"))
|
cromwell_version |
string representing the version number |
destfile |
string The full path to the cromwell jar file location on the local system |
destfile location [invisibly]
See lots of details at https://github.com/broadinstitute/cromwell.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.