Project

General

Profile

« Previous | Next » 

Revision 7163

import_all: Removed no longer needed TNRS import, which has been replaced by scrub.make (which adds TNRS taxondeterminations after the import instead of creating taxonlabel links before it)

View differences:

bin/import_all
16 16
    local dump_opts=${dump_opts---exclude-schema=public} public_import=1
17 17
    export version dump_opts public_import
18 18
    
19
    make inputs/.TNRS/tnrs_accepted/reinstall
20
    make inputs/.TNRS/tnrs_other/reinstall
21
    
22 19
    make schemas/$version/install
23 20
    
24 21
    local all=1; . "$selfDir/with_all" Source/import by_col=1 "$@"
......
36 33
    sleep 5 # wait for make commands to scroll by
37 34
    
38 35
    make inputs/.NCBI/import by_col=1 "$@"
39
    # Must come after NCBI for cross links to be made
40
    make inputs/.TNRS/tnrs_accepted/import "$@"
41
    make inputs/.TNRS/tnrs_other/import "$@"
42 36
    
43 37
    wait # wait for asynchronous commands
44 38
    

Also available in: Unified diff