View source: R/ggir_functions.R
unstage_all | R Documentation |
The way we run GGIR steps 2-5 on biowulf is to copy a set of results from step 1 to a local staging scratch directory on one of the nodes. The scratch directory is only available on the compute node. Then steps 2-5 are run.
This function takes the results from steps 2-5 and returns it to the central results directory, which is a networked disk.
The output directory is named output_studyname.
unstage_all(stage_output, results_output)
stage_output |
the output directory on the stage disk |
results_output |
the central output director |
a tibble with columns (file,name,relpath,mangle,ok)
file | name | relpath | mangle | ok |
relative path of the files | basename of the file. | relative name of the files' directory | Was the file mangled? | Did the file copies ok? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.