diff options
| author | Arun Isaac | 2026-08-27 14:39:39 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-27 14:39:39 +0100 |
| commit | 09d1849b0daf3a89b5fca3d2f8f2026fc2a3a374 (patch) | |
| tree | 9e322650adb8aa53c069f6da001a046b05e64cb5 | |
| parent | b3d924c02b8f0f7921f768f747b7f6297e379fa2 (diff) | |
| download | domagi-09d1849b0daf3a89b5fca3d2f8f2026fc2a3a374.tar.gz domagi-09d1849b0daf3a89b5fca3d2f8f2026fc2a3a374.tar.lz domagi-09d1849b0daf3a89b5fca3d2f8f2026fc2a3a374.zip | |
Detach output database after extract.
| -rw-r--r-- | domagi/domagi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/domagi/domagi.py b/domagi/domagi.py index 5174264..c369b38 100644 --- a/domagi/domagi.py +++ b/domagi/domagi.py @@ -288,6 +288,7 @@ def extract(con, outfile, segment_name, path_range, steps, threads, progress): DROP TABLE path_first_start; DROP TABLE selected_segment; + DETACH subset_db; """) @main.command(short_help="Write graph in sparse matrix format") |
