Revision 7087
Added by Aaron Marcuse-Kubitza about 12 years ago
import_all | ||
---|---|---|
39 | 39 |
|
40 | 40 |
wait # wait for asynchronous commands |
41 | 41 |
|
42 |
. "$selfDir/with_all" import "$@" |
|
42 | 43 |
make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" & |
43 |
. "$selfDir/with_all" import "$@" |
|
44 | 44 |
|
45 | 45 |
after_import () |
46 | 46 |
{ |
Also available in: Unified diff
import_all: Start tnrs-remake after starting the inputs, so that for subset imports (e.g. n=2), there will already be names to scrub when tnrs-remake starts up and it won't enter pause mode to wait for new rows (the pause is calibrated for full imports, and is too long for subset imports)