Revision 9995
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
195 | 195 |
Commit: svn ci -m "inputs/import.stats.xls: Updated import times" |
196 | 196 |
To run TNRS: |
197 | 197 |
export version=<version> |
198 |
make scrub by_col=1 &
|
|
198 |
make scrub & |
|
199 | 199 |
To view progress: |
200 | 200 |
tail -100 inputs/.TNRS/tnrs/logs/tnrs.make.log.sql |
201 | 201 |
To remake analytical DB: |
Also available in: Unified diff
/README.TXT: Full database import: To run TNRS: removed `by_col=1` because by-column mode is not applicable to running TNRS. it is, however, needed when running import_scrub (i.e. `make inputs/<datasrc>/reimport_scrub by_col=1`).