qiita
qiita copied to clipboard
during analysis building use the job vs. the analysis folder
trafficstars
check the method: def build_analysis_files(job):
After review, this is an easy but lengthy change. Basically, build_analysis_files uses the Analysis methods to build a new analysis but the methods assume that the files will be saved in the analysis folder; thus this change requires that those methods receive an output folder parameter.