Changes between Version 7 and Version 8 of Devel/Migration


Ignore:
Timestamp:
10/12/07 20:07:24 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Migration

    v7 v8  
    88 for db in $(psql -U postgres -l | grep trackinformation | cut -f 2 -d ' '); \
    99 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{{{
     14psql -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
    1015}}}
    1116