stage_part1_results: Stage results from GGIR part 1

View source: R/ggir_functions.R

stage_part1_resultsR Documentation

Stage results from GGIR part 1

Description

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.

Usage

stage_part1_results(output_dir, f0, f1)

Arguments

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

Value

invisibly returns the stage output directory

Note

The output directory is output_studyname


episphere/biowR documentation built on Dec. 6, 2023, 1:44 a.m.