-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use STAGING_DIR rather than the TMP dir for series analysis wrappers #341
Comments
Instead of using the TMP dir for storing the filtered output for the series_by_init_wrapper.py and series_by_lead_wrapper.py wrappers, save these files to the STAGING_DIR . Remove only files that are owned by the user, just in case the user uses a STAGING_DIR that is a common/shared directory. |
…staged_files() to clean up any files owned by the current user in the STAGE_DIR that fits a particular filenaming pattern.
…to store the filter_YYYYMMDD_HH_Storm files that are created during filtering (and are temporary files). Now save these to the user's STAGE DIR and clean up only the files that start with 'filter' in the name and that are owned by the current user.
…wrapper.py, use the STAGE DIR rather than the TMP DIR to store the filter files and clean up the STAGING DIR with any files that begin with 'filter' and that belong to the current user prior to exiting the wrapper.
…taging_dir to explicitly show that the temporary filter files are going into the staging dir.
Affected files: Code committed and merged to the 'develop' branch |
…added as part of Github issue #341)
No description provided.
The text was updated successfully, but these errors were encountered: