Sha256: aa257f42c1f3f641d79cd90b51156f6add3548ae122ffe0870310b476a8d065f
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
$taxs = [559292,4932] $scientific_name = "Saccharomyces cerevisiae" $ensembl_domain = 'fungi' #$ortholog_key = "yeast_ensembl_gene" $biomart_db = 'scerevisiae_eg_gene' $biomart_lexicon = [ [ 'Associated Gene Name' , "external_gene_name"], ] $biomart_protein_identifiers = [ [ 'Protein ID', "protein_id" ], [ 'RefSeq Protein ID', "refseq_peptide" ], [ 'Unigene ID', "unigene" ], [ 'UniProt/SwissProt ID', "uniprot_swissprot" ], [ 'UniProt/SwissProt Accession', "uniprot_swissprot_accession" ], ] $biomart_probe_identifiers = [ ] $biomart_identifiers = [ [ 'Entrez Gene ID', "entrezgene"], [ 'Ensembl Protein ID', "ensembl_peptide_id" ], [ 'Associated Gene Name', "external_gene_name" ], [ 'Protein ID', "protein_id" ], [ 'RefSeq Protein ID', "refseq_peptide" ], [ 'UniProt/SwissProt ID', "uniprot_swissprot" ], [ 'UniProt/SwissProt Accession', "uniprot_swissprot_accession" ], [ 'EMBL (Genbank) ID' , "embl"] , [ 'RefSeq DNA' , "refseq_dna"] , ] $namespace = File.basename(__FILE__).sub(/\.rake$/,'') Thread.current["namespace"] = $namespace Thread.current["ensembl_domain"] = $ensembl_domain load Organism.rake_organism_helper
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbbt-sources-3.4.2 | share/install/Organism/Sce.rake |
rbbt-sources-3.4.1 | share/install/Organism/Sce.rake |