Difference between revisions of "Blast On Gscope Project"

From Wikili
Jump to: navigation, search
(New page: Each Gscope Project has a directory '''RepertoireDuGenome/banques''' where you can find the blast databases concerning the project. The owner of the project can create as many blast data...)
 
Line 1: Line 1:
 +
Blast Database of a Gscope Project
 +
 +
==How to create it==
 
Each Gscope Project has a directory '''RepertoireDuGenome/banques''' where you can find the blast databases concerning the project.  
 
Each Gscope Project has a directory '''RepertoireDuGenome/banques''' where you can find the blast databases concerning the project.  
  
Line 15: Line 18:
  
 
Attention !  if somebody uses Wscope (Gscope on the Web) the first available database will be choosen as default database, so the alphabetic order is important (anyway, the user can check what he wants ...)
 
Attention !  if somebody uses Wscope (Gscope on the Web) the first available database will be choosen as default database, so the alphabetic order is important (anyway, the user can check what he wants ...)
 +
 +
==How to use it==
 +
 +
  blastall -p blasp -i YourInputFasta.tfa -o YourOutputFile.blast -d $RepertoireDuGenome/banques/AllProttfa
 +
 +
and ... on the web the fromular appears whern you do a search.
 +
 +
==Database not available==
 +
 +
If you are on the web and no database appears, please ask the owner of the database to create it, or mail to Raymond.

Revision as of 17:33, 6 September 2010

Blast Database of a Gscope Project

How to create it

Each Gscope Project has a directory RepertoireDuGenome/banques where you can find the blast databases concerning the project.

The owner of the project can create as many blast database as he wants.

How to create a blast database (for example all proteins)

 cd $RepertoireDuGenome/prottfa
 cat * > $RepertoireDuGenome/banques/AllProttfa
 cd $RepertoireDuGenome/banques
 formatdb -i AllProttfa -p T

this can be done by

 gscope CreeUneBanqueBlast AllProttfa

Attention ! if somebody uses Wscope (Gscope on the Web) the first available database will be choosen as default database, so the alphabetic order is important (anyway, the user can check what he wants ...)

How to use it

 blastall -p blasp -i YourInputFasta.tfa -o YourOutputFile.blast -d $RepertoireDuGenome/banques/AllProttfa

and ... on the web the fromular appears whern you do a search.

Database not available

If you are on the web and no database appears, please ask the owner of the database to create it, or mail to Raymond.