Add ligolw_run_sqlite to python-ligo-lw (was lalapps_run_sqlite)
1 unresolved thread
Compare changes
Files
2
bin/ligolw_run_sqlite
0 → 100755
+ 127
− 0
parser.add_option("-t", "--tmp-space", metavar = "path", help = "Path to a directory suitable for use as a work area while manipulating the database file. The database file will be worked on in this directory, and then moved to the final location when complete. This option is intended to improve performance when running in a networked environment, where there might be a local disk with higher bandwidth than is available to the filesystem on which the final output will reside.")