[Genome] Grp.sql file

Hiram Clawson hiram at soe.ucsc.edu
Thu May 31 11:59:38 PDT 2007


Good Morning Archie:

This is simply a copy from any currently existing database.
You can pick up this definition from any database in
hgdownload, for example:
	ftp://hgdownload.cse.ucsc.edu/goldenPath/hg18/database/grp.sql

Or, from a copy in your current hg18 database locally:
hgsql -e "create table grp (PRIMARY KEY(NAME)) select * from myNewDb.grp" hg18

It is pretty much identical in every database.  Some instances of it will have
Encode groups, as on hg17 for example.

--Hiram

Russell, Archie wrote:
> http://genome.ucsc.edu/FAQ/FAQlicense#license4
> 
> Hi,
> 
> I'm trying to follow the instructions for adding a new assembly, there
> is a file called "grp.sql" mentioned on that site.  Where can I find
> that file?
> 
> Thanks,
> Archie


More information about the Genome mailing list