Changes between Version 7 and Version 8 of Devel/Migration
- Timestamp:
- 10/12/07 20:07:24 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Migration
v7 v8 8 8 for db in $(psql -U postgres -l | grep trackinformation | cut -f 2 -d ' '); \ 9 9 do psql -U postgres -l $db -A -t -c "select name, species, revision, kind, data_location, description_url, optparam from track where exhibit = 'public'" >> tracklist.dat; done; 10 }}} 11 12 * copy egt data (postgres) into text file 13 {{{ 14 psql -A -t -U postgres cachegene_cdna0713_human_hg18 -c "select data_id, target, range_start, range_end, name, strand from data" > cdna0713_human_hg18.dat 10 15 }}} 11 16