Revision 5836
Added by Aaron Marcuse-Kubitza about 12 years ago
bin/import_all | ||
---|---|---|
11 | 11 |
return 2 |
12 | 12 |
fi |
13 | 13 |
|
14 |
make inputs/.TNRS/cleanup |
|
14 |
make inputs/.TNRS/cleanup "$@"
|
|
15 | 15 |
|
16 |
make inputs/.NCBI/import by_col=1 |
|
17 |
make inputs/.TNRS/import by_col=1 |
|
16 |
make inputs/.NCBI/import by_col=1 "$@"
|
|
17 |
make inputs/.TNRS/import by_col=1 "$@"
|
|
18 | 18 |
|
19 |
make inputs/.TNRS/tnrs/tnrs-remake wait=1 & |
|
19 |
make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" &
|
|
20 | 20 |
. "$selfDir/with_all" import "$@" |
21 | 21 |
} |
22 | 22 |
import_all_main "$@" |
Also available in: Unified diff
import_all: Pass command-line args (such as make vars) to all commands, not just with_all, so that a custom public schema is properly used by all commands