Revision 5668
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/test_taxonomic_names/test_scrub | ||
---|---|---|
8 | 8 |
|
9 | 9 |
# Import names |
10 | 10 |
make inputs/.TNRS/reinstall # asks user for confirmation |
11 |
# Must come after TNRS reinstall to recreate tnrs_input_name view |
|
11 | 12 |
make schemas/public/reinstall # asks user for confirmation |
12 | 13 |
make inputs/"$selfDirName"/import log= |
13 | 14 |
for iter in match_input_names parse_accepted_names; do |
README.TXT | ||
---|---|---|
249 | 249 |
yes|make inputs/.TNRS/uninstall |
250 | 250 |
make backups/TNRS.backup/restore & |
251 | 251 |
yes|make schemas/public/reinstall |
252 |
Must come after TNRS restore to recreate tnrs_input_name view |
|
252 | 253 |
|
253 | 254 |
General: |
254 | 255 |
To see a program's description, read its top-of-file comment |
Also available in: Unified diff
inputs/test_taxonomic_names/test_scrub, README.TXT: Documented that `make schemas/public/reinstall` must come after TNRS restore to recreate the tnrs_input_name view, which has a dependency on the TNRS schema