ummel / fusionData

Data backend for fusionACS platform
https://ummel.github.io/fusionData/
GNU General Public License v3.0
2 stars 1 forks source link

update CEI script to include computer settings options #68

Closed corakingdon closed 2 years ago

corakingdon commented 2 years ago

The purpose of this is to make the file paths throughout the script generalizable so that I can more easily pull updates to this script. If running locally, set local.run = TRUE (and modify any of the "local settings" section if needed). This also adds the timing statements for each chunk that I've added. Let me know if there's a better way to handle any of this!

Question: should fork = FALSE be a local setting, and fork = TRUE be a savio setting? or should we just leave it as TRUE in the function call?