NOTE: We are working on migrating this site away from MediaWiki, so editing pages will be disabled for now.

Difference between revisions of "GMODTools"

From GMOD
Jump to: navigation, search
(Documentation)
Line 10: Line 10:
 
==Documentation==
 
==Documentation==
  
This package generates bulk genome annotation files from a Chado genome<br /> database, including Fasta, GFF, DNA, Blast indices.
+
This package generates bulk genome annotation files from a Chado genome database, including Fasta, GFF, DNA, Blast indices.
  
Here is a candidate release package for [http://eugenes.org/gmod/GMODTools/  GMODTools ]
+
Here is a candidate release package for [http://eugenes.org/gmod/GMODTools/  GMODTools]:
  
 
  >curl -O http://eugenes.org/gmod/GMODTools/GMODTools-1.0.zip
 
  >curl -O http://eugenes.org/gmod/GMODTools/GMODTools-1.0.zip
 
  >unzip GMODTools*.zip
 
  >unzip GMODTools*.zip
  
Load a genome chado db to Postgres database
+
Load a genome chado db to Postgres database:
  
 
  >curl -O http://sgdlite.princeton.edu/download/sgdlite/sgdlite.sql.gz
 
  >curl -O http://sgdlite.princeton.edu/download/sgdlite/sgdlite.sql.gz
Line 23: Line 23:
 
  >(gunzip -c sgdlite.sql.gz | psql -d sgdlite -f - ) >& log.load
 
  >(gunzip -c sgdlite.sql.gz | psql -d sgdlite -f - ) >& log.load
  
Extract bulk files from database
+
Extract bulk files from database:
  
 
  >cd GMODTools
 
  >cd GMODTools
Line 29: Line 29:
  
 
It should take only a few minutes to run, and not need added software installation if you have Postgres and a basic Perl tool set used for other GMOD packages.
 
It should take only a few minutes to run, and not need added software installation if you have Postgres and a basic Perl tool set used for other GMOD packages.
 
  
 
==Contact==
 
==Contact==

Revision as of 18:13, 21 February 2007

Description

This page is a place holder for when there is a release of GMODTools, when it will be replaced with all sorts of useful information. If you want to try out GMODTools in the mean time, you can get it via anonymous cvs check out using these commands:

>cvs -d:pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod login
>cvs -d:pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod co schema/GMODTools

These commands will create a directory named schema, with a directory named GMODTools in it. Note that you don't need to supply a password, and it may be very slow - the SourceForge anonymous CVS server is notoriously overworked.

Documentation

This package generates bulk genome annotation files from a Chado genome database, including Fasta, GFF, DNA, Blast indices.

Here is a candidate release package for GMODTools:

>curl -O http://eugenes.org/gmod/GMODTools/GMODTools-1.0.zip
>unzip GMODTools*.zip

Load a genome chado db to Postgres database:

>curl -O http://sgdlite.princeton.edu/download/sgdlite/sgdlite.sql.gz
>createdb sgdlite
>(gunzip -c sgdlite.sql.gz | psql -d sgdlite -f - ) >& log.load

Extract bulk files from database:

>cd GMODTools
>perl -Ilib bin/bulkfiles.pl -conf sgdbulk -make

It should take only a few minutes to run, and not need added software installation if you have Postgres and a basic Perl tool set used for other GMOD packages.

Contact