Revision 5944
Added by Aaron Marcuse-Kubitza about 12 years ago
import_all | ||
---|---|---|
14 | 14 |
make inputs/.TNRS/tnrs_accepted/reinstall |
15 | 15 |
make inputs/.TNRS/tnrs_other/reinstall |
16 | 16 |
|
17 |
make inputs/.geoscrub/import by_col=1 "$@" & |
|
17 | 18 |
make inputs/.NCBI/import by_col=1 "$@" |
18 | 19 |
# Must come after NCBI for cross links to be made |
19 | 20 |
make inputs/.TNRS/import by_col=1 "$@" |
21 |
wait %1 # geoscrub import |
|
20 | 22 |
|
21 | 23 |
make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" & |
22 | 24 |
. "$selfDir/with_all" import "$@" |
Also available in: Unified diff
import_all: Added geoscrub import, which can happen concurrently with NCBI/TNRS but must come before the main datasources for the matched places to link up properly