Revision 7282
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
389 | 389 |
|
390 | 390 |
#### Taxonomic scrubbing |
391 | 391 |
|
392 |
import_scrub: _always import
|
|
392 |
scrub: _always
|
|
393 | 393 |
$(selfMake) $(root)/scrub & echo $$! |
394 | 394 |
|
395 | 395 |
# Removes TNRS taxondeterminations |
... | ... | |
397 | 397 |
echo "SELECT delete_scrubbed_taxondeterminations('$(datasrc)');"|\ |
398 | 398 |
"time" env no_query_results=1 $(psqlAsBien) |
399 | 399 |
|
400 |
import_scrub: _always import scrub ; |
|
401 |
|
|
400 | 402 |
##### Log files from import |
401 | 403 |
|
402 | 404 |
logs := $(wildcard */logs/*.log.sql */logs/*.trace) |
Also available in: Unified diff
input.Makefile: Taxonomic scrubbing: Added scrub target and use it in import_scrub