Revision 5422
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/test_taxonomic_names/test_scrub | ||
---|---|---|
9 | 9 |
make inputs/.TNRS/reinstall # asks user for confirmation |
10 | 10 |
make schemas/public/reinstall # asks user for confirmation |
11 | 11 |
make inputs/"$selfDirName"/import log= |
12 |
for (( i = 0; i < 2; i++ )); do # the 2nd time parses the accepted names
|
|
12 |
for iter in match_input_names parse_accepted_names; do
|
|
13 | 13 |
make inputs/.TNRS/tnrs/tnrs-remake log= |
14 | 14 |
yes|make schemas/public/reinstall |
15 | 15 |
make inputs/.TNRS/cleanup |
Also available in: Unified diff
inputs/test_taxonomic_names/test_scrub: Use regular for .. in loop with a list of what's being processed in each iteration (match_input_names, parse_accepted_names)