setupJobDir {NormalyzerDE} | R Documentation |
Creates a directory at provided path named to the jobname.
setupJobDir(jobName, outputDir)
jobName |
Name of the run. |
outputDir |
Path to directory where to create the output directory. |
Path to newly created directory.
setupJobDir("job_name", "path/to/outdir")