Difference between revisions of "Gscope Project"

From Wikili
Jump to: navigation, search
 
(5 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
  
* /genomics/''MyProject''/beton
+
  /genomics/''MyProject''/   (which stands for ./ in following lines)
* /genomics/''MyProject''/beton/miniconfig
 
  
* /genomics/''MyProject''/fiches
+
  ./beton/
* /genomics/''MyProject''/fiches/bornesdespabs
+
  ./beton/miniconfig
* /genomics/''MyProject''/fiches/lesgenomescomplets
 
  
* /genomics/''MyProject''/prottfa
+
  ./fiches/
* /genomics/''MyProject''/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  
* /genomics/''MyProject''/nuctfa
+
  ./nuctfa/
* /genomics/''MyProject''/pnucembl
+
  ./nuctfa/BOX*
 +
  ./nucembl/
 +
  ./nucembl/BOX*
  
 
and why not
 
and why not
* /genomics/''MyProject''/blastp
+
  ./blastp/
* /genomics/''MyProject''/tblastn
+
  ./blastp/BOX*
* /genomics/''MyProject''/blastpMus_musculus
+
  ./tblastn/
* /genomics/''MyProject''/blastpHomo_sapiens
+
  ./tblastn/BOX*
 +
  ./blastpMus_musculus/
 +
  ./blastpMus_musculus/BOX*
 +
  ./blastpHomo_sapiens/
 +
  ./blastpHomo_sapiens/BOX*
  
* /genomics/''MyProject''/msf
+
  ./msf/
* /genomics/''MyProject''/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.