github.com/mgbpm/biofx-workflows/CopyFileListWorkflow

Copy Sample Files Workflow

Workflow that copies list of files from one location to another. See FileUtils.CopySampleFiles
task for more details.

Input Parameters

  • Array[String] file_list - required - the source location to copy from
  • String target_location - required - the target location to copy to
  • Boolean flatten - optional - if true, don’t replicate the relative directory structure in source location; defaults to false
  • Boolean recursive - optional - if true, search recursively

This is a companion discussion topic for the original entry at github.com/mgbpm/biofx-workflows/CopyFileListWorkflow