View source: R/build_stackr_workflow_dir.R
build_stackr_workflow_dir | R Documentation |
This prepares the different folders required to run the STACKS workflow proposed in stackr.
build_stackr_workflow_dir(main.folder.name = "stacks_run", date = TRUE)
main.folder.name |
Use this argument to customize the name of the main
folder for workflow. e.g. |
date |
(logical) Should the current date be appended on the main folder
name? e.g. |
A main folder containing different folders used during the stacks workflow proposed here.
## Not run:
# The simplest form of the function:
stackr::build_stackr_workflow_dir()
# that's it ! Now if you have your own main folder name:
build_stackr_workflow_dir(main.folder.name = "stacks_whiteshark", date = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.