Skip to content
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

Downloaded/extracted files might be better write-protected #116

Open
tomalrussell opened this issue Oct 27, 2022 · 0 comments
Open

Downloaded/extracted files might be better write-protected #116

tomalrussell opened this issue Oct 27, 2022 · 0 comments

Comments

@tomalrussell
Copy link
Member

Snakemake can create protected outputs - which are set as read-only. It might make sense for all downloaded files to be created this way to avoid accidental modification or deletion.

There's also a side-effect of opening GeoPackages in fairly recent (but not latest) versions of QGIS (ref) that means the file is modified, which means opening up some files for exploration can end up triggering a lot of downstream jobs. Workarounds include making the file read-only, or running touch -d '-1 week' ./file.gpkg to change the file mtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant