Project

General

Profile

« Previous | Next » 

Revision 5957

import_all: Removed explicit by_col=1 from datasources that don't require it for proper import. (It will still be set if the user provides it on the command line.)

View differences:

bin/import_all
14 14
    make inputs/.TNRS/tnrs_accepted/reinstall
15 15
    make inputs/.TNRS/tnrs_other/reinstall
16 16
    
17
    make inputs/.geoscrub/import by_col=1 "$@" &
17
    make inputs/.geoscrub/import "$@" &
18 18
    make inputs/.NCBI/import by_col=1 "$@"
19 19
    # Must come after NCBI for cross links to be made
20
    make inputs/.TNRS/import by_col=1 "$@"
20
    make inputs/.TNRS/import "$@"
21 21
    wait %1 # geoscrub import
22 22
    
23 23
    make inputs/.TNRS/tnrs/tnrs-remake wait=1 "$@" &

Also available in: Unified diff