View source: R/snakemake_functions.R
new_instance_md | R Documentation |
Generates the new metadata, including version and timestamp, for the 'recountmethylation' instance. This is called by rule 'new_instance_md'.
new_instance_md( version = "0.0.3", files.dname = "recount-methylation-files", md.dname = "metadata", sett.path = file.path("recountmethylation_server", "src", "settings.py") )
version |
Version for instance. If FALSE, uses command line prompt. |
files.dname |
Path to directory to contain all instance metadata. |
md.dname |
Name of dir to contain the instance metadata. |
sett.path |
Path to the "settings.py" settings file containing the platform accession ID. |
NULL, produces the instance metadata file as side effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.