Revision 5959
Added by Aaron Marcuse-Kubitza about 12 years ago
import_all | ||
---|---|---|
15 | 15 |
make inputs/.TNRS/tnrs_other/reinstall |
16 | 16 |
|
17 | 17 |
make inputs/.geoscrub/import "$@" & |
18 |
sleep 5 # wait for make commands to scroll by |
|
19 |
|
|
18 | 20 |
make inputs/.NCBI/import by_col=1 "$@" |
19 | 21 |
# Must come after NCBI for cross links to be made |
20 | 22 |
make inputs/.TNRS/import "$@" |
23 |
|
|
21 | 24 |
wait %1 # geoscrub import |
22 | 25 |
|
23 | 26 |
make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" & |
Also available in: Unified diff
import_all: After starting geoscrub import in the background, wait for make commands to scroll by before starting NCBI import