Project

General

Profile

« Previous | Next » 

Revision 9489

inputs/test_taxonomic_names/test_scrub: don't need to run the import twice anymore because the accepted names are now included in the tnrs_input_name view that TNRS runs on

View differences:

inputs/test_taxonomic_names/test_scrub
13 13
# Must come after TNRS reinstall to recreate tnrs_input_name view
14 14
make schemas/public/reinstall # asks user for confirmation
15 15
make inputs/"$selfDirName"/import log=
16
for iter in match_input_names parse_accepted_names; do
17
    make inputs/.TNRS/tnrs/tnrs-remake log=
18
    yes|make schemas/public/reinstall
19
    make inputs/.TNRS/import log=
20
    make inputs/"$selfDirName"/import log=
21
done
16
make inputs/.TNRS/tnrs/tnrs-remake log=
17
yes|make schemas/public/reinstall
18
make inputs/.TNRS/import log=
19
make inputs/"$selfDirName"/import log=
22 20

  
23 21
# Export results
24 22
# Don't overwrite TNRS.backup, which contains the full TNRS cache

Also available in: Unified diff