Revision 6382
Added by Aaron Marcuse-Kubitza almost 12 years ago
import_all | ||
---|---|---|
15 | 15 |
make inputs/.TNRS/tnrs_accepted/reinstall |
16 | 16 |
make inputs/.TNRS/tnrs_other/reinstall |
17 | 17 |
|
18 |
make inputs/.herbaria/import "$@" & |
|
19 |
sleep 5 # wait for make commands to scroll by |
|
20 |
|
|
18 | 21 |
make inputs/.geoscrub/import "$@" & |
19 | 22 |
sleep 5 # wait for make commands to scroll by |
20 | 23 |
|
... | ... | |
22 | 25 |
# Must come after NCBI for cross links to be made |
23 | 26 |
make inputs/.TNRS/import "$@" |
24 | 27 |
|
25 |
wait %1 # wait for asynchronous commands (geoscrub import)
|
|
28 |
wait %1 # wait for asynchronous commands |
|
26 | 29 |
|
27 | 30 |
make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" & |
28 | 31 |
. "$selfDir/with_all" import "$@" |
Also available in: Unified diff
import_all: Added import of inputs/.herbaria/ before the main import