Changes between Version 17 and Version 18 of SatelliteG-language

Show
Ignore:
Timestamp:
2009/03/20 01:01:48 (15 years ago)
Author:
gaou
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SatelliteG-language

    v17 v18  
    4949   * Returns a unique reference ID for the uploaded file. You can use this ID for the rest of the analysis so that the large file is not transferred over the network. 
    5050 
    51 === file upload === 
     51=== genome flatfile access === 
    5252 
    53  * Base URL (list of available functions)[[BR]] 
    54    * http://www.g-language.org/gba/ 
    55  *  
     53 * Base URL (list of available genomes):[[BR]] 
     54   * http://www.g-language.org/gb/ 
     55 * Syntax:[[BR]] 
     56   * {{{http://www.g-language.org/gb/[genome]/[gene]/[feature]}}} 
     57 * Genomes (nucleotide composition)[[BR]] 
     58   * {{{http://www.g-language.org/gb/[genome]}}} 
     59      * examples:[[BR]] 
     60         * http://www.g-language.org/gb/ecoli (G-language preset genome)[[BR]] 
     61         * http://www.g-language.org/gb/NC_000908 (NCBI RefSeq accession)[[BR]] 
     62         * http://www.g-language.org/gb/B619CD (G-language REST temporary reference id) 
     63 * Genes[[BR]] 
     64   * {{{http://www.g-language.org/gb/[genome]/[gene]}}} 
     65     * examples:[[BR]] 
     66         * http://www.g-language.org/gb/ecoli/recA (common gene name)[[BR]] 
     67         * http://www.g-language.org/gb/ecoli/b2699 (canonical gene name / locus tag)[[BR]] 
     68         * http://www.g-language.org/gb/ecoli/FEATURE5804 (G-language feature id)[[BR]] 
     69         * http://www.g-language.org/gb/ecoli/CDS2646 (G-language CDS id) 
     70 * features[[BR]] 
     71   * {{{http://www.g-language.org/gb/[genome]/[gene]/[feature]}}} 
     72     * examples:[[BR]] 
     73         * http://www.g-language.org/gb/mgen/metX/gene (gene name)[[BR]] 
     74         * http://www.g-language.org/gb/mgen/metX/translation (amino acid sequence)[[BR]] 
     75         * http://www.g-language.org/gb/mgen/*/translation (amino acid sequence of all genes) 
    5676 
    5777== SOAP ==