View source: R/ggir_functions.R
stage_part1_results | 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 biowulf compute node. Then steps 2-5 are run.
This function takes the results from step 1 and copies them on a local scratch disk on a biowulf compute node.
stage_part1_results(output_dir, f0, f1)
output_dir |
The output directory of the results |
f0 |
The index of the file in the directory (starting with 1) |
f1 |
The index of the last file in the directory |
invisibly returns the stage output directory
The output directory is output_studyname
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.