qiita icon indicating copy to clipboard operation
qiita copied to clipboard

during analysis building use the job vs. the analysis folder

Open antgonza opened this issue 7 years ago • 1 comments
trafficstars

check the method: def build_analysis_files(job):

antgonza avatar Nov 06 '18 22:11 antgonza

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.

antgonza avatar Oct 28 '19 14:10 antgonza