R/build_stackr_workflow_dir.R
build_stackr_workflow_dir.Rd
This prepares the different folder 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.
if (FALSE) { # 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) }