Revision 9497
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
177 | 177 |
until they do. Get the datasource names from the log file footers: |
178 | 178 |
tail inputs/{.,}*/*/logs/$version.log.sql |
179 | 179 |
Commit: svn ci -m "inputs/import.stats.xls: Updated import times" |
180 |
To run TNRS: make scrub by_col=1 &
|
|
180 |
To run TNRS: |
|
181 | 181 |
export version=<version> |
182 |
make scrub by_col=1 & |
|
182 | 183 |
To view progress: |
183 | 184 |
tail -100 inputs/.TNRS/tnrs/logs/tnrs.make.log.sql |
184 |
To remake analytical DB: bin/make_analytical_db &
|
|
185 |
To remake analytical DB: |
|
185 | 186 |
export version=<version> |
187 |
bin/make_analytical_db & |
|
186 | 188 |
To view progress: |
187 | 189 |
tail -100 inputs/analytical_db/logs/make_analytical_db.log.sql |
188 | 190 |
To back up DB (staging tables and last import): |
Also available in: Unified diff
bugfix: README.TXT: Full database import: To run TNRS/remake analytical DB: need to run `export version=<version>` before the command which uses it rather than after