Difference between revisions of "Gscope Project"

From Wikili
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
A [[Gscope]] Project is a directory tree containing at least following files (supposing REPERTOIREDUGENOME is /genomics/''MyProject'')
+
A [[Gscope]] Project is a directory tree containing flat files  
  
* /genomics/''MyProject''
+
suppose REPERTOIREDUGENOME is /genomics/''MyProject'' and the suffixe for each Gscope sequence name is BOX
  
* ./beton
+
  /genomics/''MyProject''/   (which stands for ./ in following lines)
* ./beton/miniconfig
 
  
* ./fiches
+
  ./beton/
* ./fiches/bornesdespabs
+
  ./beton/miniconfig
* ./fiches/lesgenomescomplets
 
  
* ./prottfa
+
  ./fiches/
* ./protembl
+
  ./fiches/bornesdespabs (contains the positions for BOX001 to BOX189)
 +
  ./fiches/lesgenomescomplets
 +
  ./fiches/..... (and other flat files)
 +
 
 +
following directories contain all BOX001 to BOX189 as shown for prottfa
 +
 
 +
  ./prottfa/
 +
  ./prottfa/BOX001
 +
  ./prottfa/BOX002
 +
  ./prottfa/......
 +
  ./prottfa/BOX189
 +
  ./protembl/
 +
  ./protembl/BOX*
 
and/or  
 
and/or  
* ./nuctfa
+
  ./nuctfa/
* ./pnucembl
+
  ./nuctfa/BOX*
 +
  ./nucembl/
 +
  ./nucembl/BOX*
  
 
and why not
 
and why not
* ./blastp
+
  ./blastp/
* ./tblastn
+
  ./blastp/BOX*
* ./blastpMus_musculus
+
  ./tblastn/
* ./blastpHomo_sapiens
+
  ./tblastn/BOX*
 +
  ./blastpMus_musculus/
 +
  ./blastpMus_musculus/BOX*
 +
  ./blastpHomo_sapiens/
 +
  ./blastpHomo_sapiens/BOX*
  
* ./msf
+
  ./msf/
* ./msfMus_musculus
+
  ./msf/BOX*
 +
  ./msfMus_musculus/
 +
  ./msfMus_musculus/BOX*
  
 
etc.
 
etc.
  
 
All these directories and files are automatically created by Gscope.
 
All these directories and files are automatically created by Gscope.

Latest revision as of 12:52, 16 April 2009

A Gscope Project is a directory tree containing flat files

suppose REPERTOIREDUGENOME is /genomics/MyProject and the suffixe for each Gscope sequence name is BOX

 /genomics/MyProject/   (which stands for ./ in following lines)
 ./beton/
 ./beton/miniconfig
 ./fiches/
 ./fiches/bornesdespabs (contains the positions for BOX001 to BOX189) 
 ./fiches/lesgenomescomplets
 ./fiches/..... (and other flat files)

following directories contain all BOX001 to BOX189 as shown for prottfa

 ./prottfa/
 ./prottfa/BOX001
 ./prottfa/BOX002
 ./prottfa/......
 ./prottfa/BOX189
 ./protembl/
 ./protembl/BOX*

and/or

 ./nuctfa/
 ./nuctfa/BOX*
 ./nucembl/
 ./nucembl/BOX*

and why not

 ./blastp/
 ./blastp/BOX*
 ./tblastn/
 ./tblastn/BOX*
 ./blastpMus_musculus/
 ./blastpMus_musculus/BOX*
 ./blastpHomo_sapiens/
 ./blastpHomo_sapiens/BOX*
 ./msf/
 ./msf/BOX*
 ./msfMus_musculus/
 ./msfMus_musculus/BOX*

etc.

All these directories and files are automatically created by Gscope.