protk 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/protk/setup_rakefile.rake +1 -2
- metadata +1 -8
- data/bin/template_search.rb +0 -144
- data/lib/protk/big_search_rakefile.rake +0 -16
- data/lib/protk/big_search_tool.rb +0 -23
- data/lib/protk/data/make_uniprot_table.rb +0 -29
- data/lib/protk/data/uniprot_accessions.loc +0 -96
- data/lib/protk/data/uniprot_accessions_table.txt +0 -97
- data/lib/protk/data/uniprot_input_accessions.loc +0 -95
@@ -115,8 +115,7 @@ file perl_locallib_installed_file => [@build_dir,"#{@download_dir}/#{perl_local
|
|
115
115
|
sh "echo 'eval $(perl -I#{perl_dir}/lib/perl5 -Mlocal::lib=#{perl_dir})' >>~/.bash_profile"
|
116
116
|
end
|
117
117
|
|
118
|
-
sh "eval $(perl -I#{perl_dir}/lib/perl5 -Mlocal::lib=#{perl_dir})"
|
119
|
-
sh "curl -L http://cpanmin.us | perl - --self-upgrade"
|
118
|
+
sh "eval $(perl -I#{perl_dir}/lib/perl5 -Mlocal::lib=#{perl_dir});curl -L http://cpanmin.us | perl - --self-upgrade"
|
120
119
|
end
|
121
120
|
|
122
121
|
task :perl_locallib => [perl_locallib_installed_file]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -174,13 +174,11 @@ extensions:
|
|
174
174
|
- ext/protk/extconf.rb
|
175
175
|
extra_rdoc_files: []
|
176
176
|
files:
|
177
|
-
- lib/protk/big_search_tool.rb
|
178
177
|
- lib/protk/bio_sptr_extensions.rb
|
179
178
|
- lib/protk/biotools_excel_converter.rb
|
180
179
|
- lib/protk/command_runner.rb
|
181
180
|
- lib/protk/constants.rb
|
182
181
|
- lib/protk/convert_util.rb
|
183
|
-
- lib/protk/data/make_uniprot_table.rb
|
184
182
|
- lib/protk/eupathdb_gene_information_table.rb
|
185
183
|
- lib/protk/fastadb.rb
|
186
184
|
- lib/protk/galaxy_stager.rb
|
@@ -203,7 +201,6 @@ files:
|
|
203
201
|
- lib/protk/uniprot_mapper.rb
|
204
202
|
- lib/protk/xtandem_defaults.rb
|
205
203
|
- lib/protk.rb
|
206
|
-
- lib/protk/big_search_rakefile.rake
|
207
204
|
- lib/protk/manage_db_rakefile.rake
|
208
205
|
- lib/protk/setup_rakefile.rake
|
209
206
|
- bin/annotate_ids.rb
|
@@ -229,7 +226,6 @@ files:
|
|
229
226
|
- bin/repair_run_summary.rb
|
230
227
|
- bin/sixframe.rb
|
231
228
|
- bin/tandem_search.rb
|
232
|
-
- bin/template_search.rb
|
233
229
|
- bin/toppas_pipeline.rb
|
234
230
|
- bin/unimod_to_loc.rb
|
235
231
|
- bin/uniprot_mapper.rb
|
@@ -250,9 +246,6 @@ files:
|
|
250
246
|
- lib/protk/data/tandem_params.xml
|
251
247
|
- lib/protk/data/taxonomy_template.xml
|
252
248
|
- lib/protk/data/unimod.xml
|
253
|
-
- lib/protk/data/uniprot_accessions.loc
|
254
|
-
- lib/protk/data/uniprot_accessions_table.txt
|
255
|
-
- lib/protk/data/uniprot_input_accessions.loc
|
256
249
|
- lib/protk/data/yum_packages.yaml
|
257
250
|
- ext/protk/protk.c
|
258
251
|
- ext/protk/extconf.rb
|
data/bin/template_search.rb
DELETED
@@ -1,144 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file is part of protk
|
4
|
-
# Created by Ira Cooke 14/12/2010
|
5
|
-
#
|
6
|
-
# Runs an MS/MS search using the MSGFPlus search engine
|
7
|
-
#
|
8
|
-
require 'protk/search_tool'
|
9
|
-
|
10
|
-
|
11
|
-
# Setup specific command-line options for this tool. Other options are inherited from SearchTool
|
12
|
-
#
|
13
|
-
search_tool=SearchTool.new({:msms_search=>true,:background=>false,:glyco=>true,:database=>true,:explicit_output=>true,:over_write=>true,:msms_search_detailed_options=>true})
|
14
|
-
search_tool.option_parser.banner = "Run an msms search on a set of msms spectrum input files.\n\nUsage: template_search.rb [options] file1.mzML file2.mzML ..."
|
15
|
-
search_tool.options.output_suffix="_template"
|
16
|
-
|
17
|
-
search_tool.options.custom_option="default"
|
18
|
-
search_tool.option_parser.on('--custom-opt value','Custom option relevant to this tool only (Default default)') do |val|
|
19
|
-
search_tool.options.custom_option=val
|
20
|
-
end
|
21
|
-
|
22
|
-
search_tool.option_parser.parse!
|
23
|
-
|
24
|
-
# Set search engine specific parameters on the SearchTool object
|
25
|
-
#
|
26
|
-
msgf_bin="#{genv.msgf_bin}/MSGFPlus.jar"
|
27
|
-
|
28
|
-
case
|
29
|
-
when Pathname.new(search_tool.database).exist? # It's an explicitly named db
|
30
|
-
current_db=Pathname.new(search_tool.database).realpath.to_s
|
31
|
-
else
|
32
|
-
current_db=search_tool.current_database :fasta
|
33
|
-
end
|
34
|
-
|
35
|
-
fragment_tol = search_tool.fragment_tol
|
36
|
-
precursor_tol = search_tool.precursor_tol
|
37
|
-
|
38
|
-
|
39
|
-
throw "When --output is set only one file at a time can be run" if ( ARGV.length> 1 ) && ( search_tool.explicit_output!=nil )
|
40
|
-
|
41
|
-
# Run the search engine on each input file
|
42
|
-
#
|
43
|
-
ARGV.each do |filename|
|
44
|
-
|
45
|
-
if ( search_tool.explicit_output!=nil)
|
46
|
-
output_path=search_tool.explicit_output
|
47
|
-
else
|
48
|
-
output_path="#{search_tool.output_base_path(filename.chomp)}.mzid"
|
49
|
-
end
|
50
|
-
|
51
|
-
# (*.mzML, *.mzXML, *.mgf, *.ms2, *.pkl or *_dta.txt)
|
52
|
-
# Get the input file extension
|
53
|
-
ext = Pathname.new(filename).extname
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
input_path="#{search_tool.input_base_path(filename.chomp)}#{ext}"
|
58
|
-
|
59
|
-
# Only proceed if the output file is not present or we have opted to over-write it
|
60
|
-
#
|
61
|
-
if ( search_tool.over_write || !Pathname.new(output_path).exist? )
|
62
|
-
|
63
|
-
# The basic command
|
64
|
-
#
|
65
|
-
cmd= "java -Xmx#{search_tool.java_mem} -jar #{msgf_bin} -d #{current_db} -s #{input_path} -o #{output_path} "
|
66
|
-
|
67
|
-
#Missed cleavages
|
68
|
-
#
|
69
|
-
throw "Maximum value for missed cleavages is 2" if ( search_tool.missed_cleavages > 2)
|
70
|
-
cmd << " -ntt #{search_tool.missed_cleavages}"
|
71
|
-
|
72
|
-
# Precursor tolerance
|
73
|
-
#
|
74
|
-
cmd << " -t #{search_tool.precursor_tol}#{search_tool.precursor_tolu}"
|
75
|
-
|
76
|
-
# Instrument type
|
77
|
-
#
|
78
|
-
cmd << " -inst 2"
|
79
|
-
|
80
|
-
# cmd << " -m 4"
|
81
|
-
|
82
|
-
cmd << " -addFeatures 1"
|
83
|
-
|
84
|
-
# Enzyme
|
85
|
-
#
|
86
|
-
# if ( search_tool.enzyme!="Trypsin")
|
87
|
-
# cmd << " -e #{search_tool.enzyme}"
|
88
|
-
# end
|
89
|
-
|
90
|
-
mods_path="#{search_tool.input_base_path(filename.chomp)}.msgfplus_mods.txt"
|
91
|
-
mods_file=File.open(mods_path,'w+')
|
92
|
-
|
93
|
-
# Variable Modifications
|
94
|
-
#
|
95
|
-
if ( search_tool.var_mods !="" && !search_tool.var_mods =~/None/) # Checking for none is to cope with galaxy input
|
96
|
-
var_mods = search_tool.var_mods.split(",").collect { |mod| mod.lstrip.rstrip }.reject {|e| e.empty? }.join(",")
|
97
|
-
if ( var_mods !="" )
|
98
|
-
cmd << " -mv #{var_mods}"
|
99
|
-
end
|
100
|
-
else
|
101
|
-
# Add options related to peptide modifications
|
102
|
-
#
|
103
|
-
if ( search_tool.glyco )
|
104
|
-
cmd << " -mv 119 "
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
# Fixed modifications
|
109
|
-
#
|
110
|
-
if ( search_tool.fix_mods !="" && !search_tool.fix_mods=~/None/)
|
111
|
-
fix_mods = search_tool.fix_mods.split(",").collect { |mod| mod.lstrip.rstrip }.reject { |e| e.empty? }.join(",")
|
112
|
-
if ( fix_mods !="")
|
113
|
-
cmd << " -mf #{fix_mods}"
|
114
|
-
end
|
115
|
-
else
|
116
|
-
if ( search_tool.has_modifications )
|
117
|
-
cmd << " -mf "
|
118
|
-
if ( search_tool.carbamidomethyl )
|
119
|
-
cmd<<"3 "
|
120
|
-
end
|
121
|
-
|
122
|
-
if ( search_tool.methionine_oxidation )
|
123
|
-
cmd<<"1 "
|
124
|
-
end
|
125
|
-
|
126
|
-
end
|
127
|
-
end
|
128
|
-
|
129
|
-
# Up to here we've formulated the omssa command. The rest is cleanup
|
130
|
-
p "Running:#{cmd}"
|
131
|
-
|
132
|
-
# Run the search
|
133
|
-
#
|
134
|
-
job_params= {:jobid => search_tool.jobid_from_filename(filename) }
|
135
|
-
job_params[:queue]="lowmem"
|
136
|
-
job_params[:vmem]="900mb"
|
137
|
-
search_tool.run(cmd,genv,job_params)
|
138
|
-
|
139
|
-
|
140
|
-
else
|
141
|
-
genv.log("Skipping search on existing file #{output_path}",:warn)
|
142
|
-
end
|
143
|
-
|
144
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# create rake dependencies
|
2
|
-
# run rakefile
|
3
|
-
#
|
4
|
-
require 'optparse'
|
5
|
-
require 'pathname'
|
6
|
-
require 'protk/tool'
|
7
|
-
require 'protk/command_runner'
|
8
|
-
require 'pp'
|
9
|
-
require 'rake'
|
10
|
-
|
11
|
-
class BigSearchTool < Tool
|
12
|
-
|
13
|
-
def run input_files
|
14
|
-
command = "rake -f #{rakefile_path} #{input_files.join(" ")}"
|
15
|
-
runner=CommandRunner.new(Constants.new)
|
16
|
-
runner.run_local(command)
|
17
|
-
end
|
18
|
-
|
19
|
-
def rakefile_path
|
20
|
-
"#{File.dirname(__FILE__)}/big_search_rakefile.rake"
|
21
|
-
end
|
22
|
-
|
23
|
-
end
|
@@ -1,29 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
file_name = ARGV[0]
|
4
|
-
|
5
|
-
out_fh = File.new("uniprot_accessions.loc",'w')
|
6
|
-
|
7
|
-
File.foreach(file_name) { |line|
|
8
|
-
cols= line.chomp.split("\t")
|
9
|
-
if ( cols[2]!="from" )
|
10
|
-
db_key = "#{cols[0].gsub(" ","_").downcase}_"
|
11
|
-
out_fh.write "#{cols[0]}\t#{db_key}\t#{cols[1]}\t#{db_key}\n"
|
12
|
-
end
|
13
|
-
}
|
14
|
-
|
15
|
-
out_fh.close
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
out_fh = File.new("uniprot_input_accessions.loc",'w')
|
20
|
-
|
21
|
-
File.foreach(file_name) { |line|
|
22
|
-
cols= line.chomp.split("\t")
|
23
|
-
if ( cols[2]!="to" )
|
24
|
-
db_key = "#{cols[0].gsub(" ","_").downcase}_"
|
25
|
-
out_fh.write "#{cols[0]}\t#{db_key}\t#{cols[1]}\t#{db_key}\n"
|
26
|
-
end
|
27
|
-
}
|
28
|
-
|
29
|
-
out_fh.close
|
@@ -1,96 +0,0 @@
|
|
1
|
-
UniProtKB AC uniprotkb_ac_ ACC uniprotkb_ac_
|
2
|
-
UniProtKB ID uniprotkb_id_ ID uniprotkb_id_
|
3
|
-
UniParc uniparc_ UPARC uniparc_
|
4
|
-
UniRef50 uniref50_ NF50 uniref50_
|
5
|
-
UniRef90 uniref90_ NF90 uniref90_
|
6
|
-
UniRef100 uniref100_ NF100 uniref100_
|
7
|
-
EMBL/GenBank/DDBJ embl/genbank/ddbj_ EMBL_ID embl/genbank/ddbj_
|
8
|
-
EMBL/GenBank/DDBJ CDS embl/genbank/ddbj_cds_ EMBL embl/genbank/ddbj_cds_
|
9
|
-
PIR pir_ PIR pir_
|
10
|
-
UniGene unigene_ UNIGENE_ID unigene_
|
11
|
-
Entrez Gene (GeneID) entrez_gene_(geneid)_ P_ENTREZGENEID entrez_gene_(geneid)_
|
12
|
-
GI number* gi_number*_ P_GI gi_number*_
|
13
|
-
IPI ipi_ P_IPI ipi_
|
14
|
-
RefSeq Protein refseq_protein_ P_REFSEQ_AC refseq_protein_
|
15
|
-
RefSeq Nucleotide refseq_nucleotide_ REFSEQ_NT_ID refseq_nucleotide_
|
16
|
-
PDB pdb_ PDB_ID pdb_
|
17
|
-
DisProt disprot_ DISPROT_ID disprot_
|
18
|
-
HSSP hssp_ HSSP_ID hssp_
|
19
|
-
DIP dip_ DIP_ID dip_
|
20
|
-
MINT mint_ MINT_ID mint_
|
21
|
-
Allergome allergome_ ALLERGOME_ID allergome_
|
22
|
-
MEROPS merops_ MEROPS_ID merops_
|
23
|
-
PeroxiBase peroxibase_ PEROXIBASE_ID peroxibase_
|
24
|
-
PptaseDB pptasedb_ PPTASEDB_ID pptasedb_
|
25
|
-
REBASE rebase_ REBASE_ID rebase_
|
26
|
-
TCDB tcdb_ TCDB_ID tcdb_
|
27
|
-
PhosSite phossite_ PHOSSITE_ID phossite_
|
28
|
-
DMDM dmdm_ DMDM_ID dmdm_
|
29
|
-
Aarhus/Ghent-2DPAGE aarhus/ghent-2dpage_ AARHUS_GHENT_2DPAGE_ID aarhus/ghent-2dpage_
|
30
|
-
World-2DPAGE world-2dpage_ WORLD_2DPAGE_ID world-2dpage_
|
31
|
-
DNASU dnasu_ DNASU_ID dnasu_
|
32
|
-
Ensembl ensembl_ ENSEMBL_ID ensembl_
|
33
|
-
Ensembl Protein ensembl_protein_ ENSEMBL_PRO_ID ensembl_protein_
|
34
|
-
Ensembl Transcript ensembl_transcript_ ENSEMBL_TRS_ID ensembl_transcript_
|
35
|
-
Ensembl Genomes ensembl_genomes_ ENSEMBLGENOME_ID ensembl_genomes_
|
36
|
-
Ensembl Genomes Protein ensembl_genomes_protein_ ENSEMBLGENOME_PRO_ID ensembl_genomes_protein_
|
37
|
-
Ensembl Genomes Transcript ensembl_genomes_transcript_ ENSEMBLGENOME_TRS_ID ensembl_genomes_transcript_
|
38
|
-
GeneID geneid_ P_ENTREZGENEID geneid_
|
39
|
-
GenomeReviews genomereviews_ GENOMEREVIEWS_ID genomereviews_
|
40
|
-
KEGG kegg_ KEGG_ID kegg_
|
41
|
-
PATRIC patric_ PATRIC_ID patric_
|
42
|
-
UCSC ucsc_ UCSC_ID ucsc_
|
43
|
-
VectorBase vectorbase_ VECTORBASE_ID vectorbase_
|
44
|
-
AGD agd_ AGD_ID agd_
|
45
|
-
ArachnoServer arachnoserver_ ARACHNOSERVER_ID arachnoserver_
|
46
|
-
CGD cgd_ CGD cgd_
|
47
|
-
ConoServer conoserver_ CONOSERVER_ID conoserver_
|
48
|
-
CYGD cygd_ CYGD_ID cygd_
|
49
|
-
dictyBase dictybase_ DICTYBASE_ID dictybase_
|
50
|
-
EchoBASE echobase_ ECHOBASE_ID echobase_
|
51
|
-
EcoGene ecogene_ ECOGENE_ID ecogene_
|
52
|
-
euHCVdb euhcvdb_ EUHCVDB_ID euhcvdb_
|
53
|
-
EuPathDB eupathdb_ EUPATHDB_ID eupathdb_
|
54
|
-
FlyBase flybase_ FLYBASE_ID flybase_
|
55
|
-
GeneCards genecards_ GENECARDS_ID genecards_
|
56
|
-
GeneFarm genefarm_ GENEFARM_ID genefarm_
|
57
|
-
GenoList genolist_ GENOLIST_ID genolist_
|
58
|
-
H-InvDB h-invdb_ H_INVDB_ID h-invdb_
|
59
|
-
HGNC hgnc_ HGNC_ID hgnc_
|
60
|
-
HPA hpa_ HPA_ID hpa_
|
61
|
-
LegioList legiolist_ LEGIOLIST_ID legiolist_
|
62
|
-
Leproma leproma_ LEPROMA_ID leproma_
|
63
|
-
MaizeGDB maizegdb_ MAIZEGDB_ID maizegdb_
|
64
|
-
MIM mim_ MIM_ID mim_
|
65
|
-
MGI mgi_ MGI_ID mgi_
|
66
|
-
neXtProt nextprot_ NEXTPROT_ID nextprot_
|
67
|
-
Orphanet orphanet_ ORPHANET_ID orphanet_
|
68
|
-
PharmGKB pharmgkb_ PHARMGKB_ID pharmgkb_
|
69
|
-
PomBase pombase_ POMBASE_ID pombase_
|
70
|
-
PseudoCAP pseudocap_ PSEUDOCAP_ID pseudocap_
|
71
|
-
RGD rgd_ RGD_ID rgd_
|
72
|
-
SGD sgd_ SGD_ID sgd_
|
73
|
-
TAIR tair_ TAIR_ID tair_
|
74
|
-
TubercuList tuberculist_ TUBERCULIST_ID tuberculist_
|
75
|
-
WormBase wormbase_ WORMBASE_ID wormbase_
|
76
|
-
WormBase Transcript wormbase_transcript_ WORMBASE_TRS_ID wormbase_transcript_
|
77
|
-
WormBase Protein wormbase_protein_ WORMBASE_PRO_ID wormbase_protein_
|
78
|
-
Xenbase xenbase_ XENBASE_ID xenbase_
|
79
|
-
ZFIN zfin_ ZFIN_ID zfin_
|
80
|
-
eggNOG eggnog_ EGGNOG_ID eggnog_
|
81
|
-
GeneTree genetree_ GENETREE_ID genetree_
|
82
|
-
HOGENOM hogenom_ HOGENOM_ID hogenom_
|
83
|
-
HOVERGEN hovergen_ HOVERGEN_ID hovergen_
|
84
|
-
KO ko_ KO_ID ko_
|
85
|
-
OMA oma_ OMA_ID oma_
|
86
|
-
OrthoDB orthodb_ ORTHODB_ID orthodb_
|
87
|
-
ProtClustDB protclustdb_ PROTCLUSTDB_ID protclustdb_
|
88
|
-
BioCyc biocyc_ BIOCYC_ID biocyc_
|
89
|
-
Reactome reactome_ REACTOME_ID reactome_
|
90
|
-
UniPathWay unipathway_ UNIPATHWAY_ID unipathway_
|
91
|
-
CleanEx cleanex_ CLEANEX_ID cleanex_
|
92
|
-
GermOnline germonline_ GERMONLINE_ID germonline_
|
93
|
-
ChEMBL chembl_ CHEMBL chembl_
|
94
|
-
DrugBank drugbank_ DRUGBANK_ID drugbank_
|
95
|
-
GenomeRNAi genomernai_ GENOMERNAI_ID genomernai_
|
96
|
-
NextBio nextbio_ NEXTBIO_ID nextbio_
|
@@ -1,97 +0,0 @@
|
|
1
|
-
UniProtKB AC/ID ACC+ID from
|
2
|
-
UniProtKB AC ACC to
|
3
|
-
UniProtKB ID ID to
|
4
|
-
UniParc UPARC both
|
5
|
-
UniRef50 NF50 both
|
6
|
-
UniRef90 NF90 both
|
7
|
-
UniRef100 NF100 both
|
8
|
-
EMBL/GenBank/DDBJ EMBL_ID both
|
9
|
-
EMBL/GenBank/DDBJ CDS EMBL both
|
10
|
-
PIR PIR both
|
11
|
-
UniGene UNIGENE_ID both
|
12
|
-
Entrez Gene (GeneID) P_ENTREZGENEID both
|
13
|
-
GI number* P_GI both
|
14
|
-
IPI P_IPI both
|
15
|
-
RefSeq Protein P_REFSEQ_AC both
|
16
|
-
RefSeq Nucleotide REFSEQ_NT_ID both
|
17
|
-
PDB PDB_ID both
|
18
|
-
DisProt DISPROT_ID both
|
19
|
-
HSSP HSSP_ID both
|
20
|
-
DIP DIP_ID both
|
21
|
-
MINT MINT_ID both
|
22
|
-
Allergome ALLERGOME_ID both
|
23
|
-
MEROPS MEROPS_ID both
|
24
|
-
PeroxiBase PEROXIBASE_ID both
|
25
|
-
PptaseDB PPTASEDB_ID both
|
26
|
-
REBASE REBASE_ID both
|
27
|
-
TCDB TCDB_ID both
|
28
|
-
PhosSite PHOSSITE_ID both
|
29
|
-
DMDM DMDM_ID both
|
30
|
-
Aarhus/Ghent-2DPAGE AARHUS_GHENT_2DPAGE_ID both
|
31
|
-
World-2DPAGE WORLD_2DPAGE_ID both
|
32
|
-
DNASU DNASU_ID both
|
33
|
-
Ensembl ENSEMBL_ID both
|
34
|
-
Ensembl Protein ENSEMBL_PRO_ID both
|
35
|
-
Ensembl Transcript ENSEMBL_TRS_ID both
|
36
|
-
Ensembl Genomes ENSEMBLGENOME_ID both
|
37
|
-
Ensembl Genomes Protein ENSEMBLGENOME_PRO_ID both
|
38
|
-
Ensembl Genomes Transcript ENSEMBLGENOME_TRS_ID both
|
39
|
-
GeneID P_ENTREZGENEID both
|
40
|
-
GenomeReviews GENOMEREVIEWS_ID both
|
41
|
-
KEGG KEGG_ID both
|
42
|
-
PATRIC PATRIC_ID both
|
43
|
-
UCSC UCSC_ID both
|
44
|
-
VectorBase VECTORBASE_ID both
|
45
|
-
AGD AGD_ID both
|
46
|
-
ArachnoServer ARACHNOSERVER_ID both
|
47
|
-
CGD CGD both
|
48
|
-
ConoServer CONOSERVER_ID both
|
49
|
-
CYGD CYGD_ID both
|
50
|
-
dictyBase DICTYBASE_ID both
|
51
|
-
EchoBASE ECHOBASE_ID both
|
52
|
-
EcoGene ECOGENE_ID both
|
53
|
-
euHCVdb EUHCVDB_ID both
|
54
|
-
EuPathDB EUPATHDB_ID both
|
55
|
-
FlyBase FLYBASE_ID both
|
56
|
-
GeneCards GENECARDS_ID both
|
57
|
-
GeneFarm GENEFARM_ID both
|
58
|
-
GenoList GENOLIST_ID both
|
59
|
-
H-InvDB H_INVDB_ID both
|
60
|
-
HGNC HGNC_ID both
|
61
|
-
HPA HPA_ID both
|
62
|
-
LegioList LEGIOLIST_ID both
|
63
|
-
Leproma LEPROMA_ID both
|
64
|
-
MaizeGDB MAIZEGDB_ID both
|
65
|
-
MIM MIM_ID both
|
66
|
-
MGI MGI_ID both
|
67
|
-
neXtProt NEXTPROT_ID both
|
68
|
-
Orphanet ORPHANET_ID both
|
69
|
-
PharmGKB PHARMGKB_ID both
|
70
|
-
PomBase POMBASE_ID both
|
71
|
-
PseudoCAP PSEUDOCAP_ID both
|
72
|
-
RGD RGD_ID both
|
73
|
-
SGD SGD_ID both
|
74
|
-
TAIR TAIR_ID both
|
75
|
-
TubercuList TUBERCULIST_ID both
|
76
|
-
WormBase WORMBASE_ID both
|
77
|
-
WormBase Transcript WORMBASE_TRS_ID both
|
78
|
-
WormBase Protein WORMBASE_PRO_ID both
|
79
|
-
Xenbase XENBASE_ID both
|
80
|
-
ZFIN ZFIN_ID both
|
81
|
-
eggNOG EGGNOG_ID both
|
82
|
-
GeneTree GENETREE_ID both
|
83
|
-
HOGENOM HOGENOM_ID both
|
84
|
-
HOVERGEN HOVERGEN_ID both
|
85
|
-
KO KO_ID both
|
86
|
-
OMA OMA_ID both
|
87
|
-
OrthoDB ORTHODB_ID both
|
88
|
-
ProtClustDB PROTCLUSTDB_ID both
|
89
|
-
BioCyc BIOCYC_ID both
|
90
|
-
Reactome REACTOME_ID both
|
91
|
-
UniPathWay UNIPATHWAY_ID both
|
92
|
-
CleanEx CLEANEX_ID both
|
93
|
-
GermOnline GERMONLINE_ID both
|
94
|
-
ChEMBL CHEMBL both
|
95
|
-
DrugBank DRUGBANK_ID both
|
96
|
-
GenomeRNAi GENOMERNAI_ID both
|
97
|
-
NextBio NEXTBIO_ID both
|
@@ -1,95 +0,0 @@
|
|
1
|
-
UniProtKB AC/ID uniprotkb_ac/id_ ACC+ID uniprotkb_ac/id_
|
2
|
-
UniParc uniparc_ UPARC uniparc_
|
3
|
-
UniRef50 uniref50_ NF50 uniref50_
|
4
|
-
UniRef90 uniref90_ NF90 uniref90_
|
5
|
-
UniRef100 uniref100_ NF100 uniref100_
|
6
|
-
EMBL/GenBank/DDBJ embl/genbank/ddbj_ EMBL_ID embl/genbank/ddbj_
|
7
|
-
EMBL/GenBank/DDBJ CDS embl/genbank/ddbj_cds_ EMBL embl/genbank/ddbj_cds_
|
8
|
-
PIR pir_ PIR pir_
|
9
|
-
UniGene unigene_ UNIGENE_ID unigene_
|
10
|
-
Entrez Gene (GeneID) entrez_gene_(geneid)_ P_ENTREZGENEID entrez_gene_(geneid)_
|
11
|
-
GI number* gi_number*_ P_GI gi_number*_
|
12
|
-
IPI ipi_ P_IPI ipi_
|
13
|
-
RefSeq Protein refseq_protein_ P_REFSEQ_AC refseq_protein_
|
14
|
-
RefSeq Nucleotide refseq_nucleotide_ REFSEQ_NT_ID refseq_nucleotide_
|
15
|
-
PDB pdb_ PDB_ID pdb_
|
16
|
-
DisProt disprot_ DISPROT_ID disprot_
|
17
|
-
HSSP hssp_ HSSP_ID hssp_
|
18
|
-
DIP dip_ DIP_ID dip_
|
19
|
-
MINT mint_ MINT_ID mint_
|
20
|
-
Allergome allergome_ ALLERGOME_ID allergome_
|
21
|
-
MEROPS merops_ MEROPS_ID merops_
|
22
|
-
PeroxiBase peroxibase_ PEROXIBASE_ID peroxibase_
|
23
|
-
PptaseDB pptasedb_ PPTASEDB_ID pptasedb_
|
24
|
-
REBASE rebase_ REBASE_ID rebase_
|
25
|
-
TCDB tcdb_ TCDB_ID tcdb_
|
26
|
-
PhosSite phossite_ PHOSSITE_ID phossite_
|
27
|
-
DMDM dmdm_ DMDM_ID dmdm_
|
28
|
-
Aarhus/Ghent-2DPAGE aarhus/ghent-2dpage_ AARHUS_GHENT_2DPAGE_ID aarhus/ghent-2dpage_
|
29
|
-
World-2DPAGE world-2dpage_ WORLD_2DPAGE_ID world-2dpage_
|
30
|
-
DNASU dnasu_ DNASU_ID dnasu_
|
31
|
-
Ensembl ensembl_ ENSEMBL_ID ensembl_
|
32
|
-
Ensembl Protein ensembl_protein_ ENSEMBL_PRO_ID ensembl_protein_
|
33
|
-
Ensembl Transcript ensembl_transcript_ ENSEMBL_TRS_ID ensembl_transcript_
|
34
|
-
Ensembl Genomes ensembl_genomes_ ENSEMBLGENOME_ID ensembl_genomes_
|
35
|
-
Ensembl Genomes Protein ensembl_genomes_protein_ ENSEMBLGENOME_PRO_ID ensembl_genomes_protein_
|
36
|
-
Ensembl Genomes Transcript ensembl_genomes_transcript_ ENSEMBLGENOME_TRS_ID ensembl_genomes_transcript_
|
37
|
-
GeneID geneid_ P_ENTREZGENEID geneid_
|
38
|
-
GenomeReviews genomereviews_ GENOMEREVIEWS_ID genomereviews_
|
39
|
-
KEGG kegg_ KEGG_ID kegg_
|
40
|
-
PATRIC patric_ PATRIC_ID patric_
|
41
|
-
UCSC ucsc_ UCSC_ID ucsc_
|
42
|
-
VectorBase vectorbase_ VECTORBASE_ID vectorbase_
|
43
|
-
AGD agd_ AGD_ID agd_
|
44
|
-
ArachnoServer arachnoserver_ ARACHNOSERVER_ID arachnoserver_
|
45
|
-
CGD cgd_ CGD cgd_
|
46
|
-
ConoServer conoserver_ CONOSERVER_ID conoserver_
|
47
|
-
CYGD cygd_ CYGD_ID cygd_
|
48
|
-
dictyBase dictybase_ DICTYBASE_ID dictybase_
|
49
|
-
EchoBASE echobase_ ECHOBASE_ID echobase_
|
50
|
-
EcoGene ecogene_ ECOGENE_ID ecogene_
|
51
|
-
euHCVdb euhcvdb_ EUHCVDB_ID euhcvdb_
|
52
|
-
EuPathDB eupathdb_ EUPATHDB_ID eupathdb_
|
53
|
-
FlyBase flybase_ FLYBASE_ID flybase_
|
54
|
-
GeneCards genecards_ GENECARDS_ID genecards_
|
55
|
-
GeneFarm genefarm_ GENEFARM_ID genefarm_
|
56
|
-
GenoList genolist_ GENOLIST_ID genolist_
|
57
|
-
H-InvDB h-invdb_ H_INVDB_ID h-invdb_
|
58
|
-
HGNC hgnc_ HGNC_ID hgnc_
|
59
|
-
HPA hpa_ HPA_ID hpa_
|
60
|
-
LegioList legiolist_ LEGIOLIST_ID legiolist_
|
61
|
-
Leproma leproma_ LEPROMA_ID leproma_
|
62
|
-
MaizeGDB maizegdb_ MAIZEGDB_ID maizegdb_
|
63
|
-
MIM mim_ MIM_ID mim_
|
64
|
-
MGI mgi_ MGI_ID mgi_
|
65
|
-
neXtProt nextprot_ NEXTPROT_ID nextprot_
|
66
|
-
Orphanet orphanet_ ORPHANET_ID orphanet_
|
67
|
-
PharmGKB pharmgkb_ PHARMGKB_ID pharmgkb_
|
68
|
-
PomBase pombase_ POMBASE_ID pombase_
|
69
|
-
PseudoCAP pseudocap_ PSEUDOCAP_ID pseudocap_
|
70
|
-
RGD rgd_ RGD_ID rgd_
|
71
|
-
SGD sgd_ SGD_ID sgd_
|
72
|
-
TAIR tair_ TAIR_ID tair_
|
73
|
-
TubercuList tuberculist_ TUBERCULIST_ID tuberculist_
|
74
|
-
WormBase wormbase_ WORMBASE_ID wormbase_
|
75
|
-
WormBase Transcript wormbase_transcript_ WORMBASE_TRS_ID wormbase_transcript_
|
76
|
-
WormBase Protein wormbase_protein_ WORMBASE_PRO_ID wormbase_protein_
|
77
|
-
Xenbase xenbase_ XENBASE_ID xenbase_
|
78
|
-
ZFIN zfin_ ZFIN_ID zfin_
|
79
|
-
eggNOG eggnog_ EGGNOG_ID eggnog_
|
80
|
-
GeneTree genetree_ GENETREE_ID genetree_
|
81
|
-
HOGENOM hogenom_ HOGENOM_ID hogenom_
|
82
|
-
HOVERGEN hovergen_ HOVERGEN_ID hovergen_
|
83
|
-
KO ko_ KO_ID ko_
|
84
|
-
OMA oma_ OMA_ID oma_
|
85
|
-
OrthoDB orthodb_ ORTHODB_ID orthodb_
|
86
|
-
ProtClustDB protclustdb_ PROTCLUSTDB_ID protclustdb_
|
87
|
-
BioCyc biocyc_ BIOCYC_ID biocyc_
|
88
|
-
Reactome reactome_ REACTOME_ID reactome_
|
89
|
-
UniPathWay unipathway_ UNIPATHWAY_ID unipathway_
|
90
|
-
CleanEx cleanex_ CLEANEX_ID cleanex_
|
91
|
-
GermOnline germonline_ GERMONLINE_ID germonline_
|
92
|
-
ChEMBL chembl_ CHEMBL chembl_
|
93
|
-
DrugBank drugbank_ DRUGBANK_ID drugbank_
|
94
|
-
GenomeRNAi genomernai_ GENOMERNAI_ID genomernai_
|
95
|
-
NextBio nextbio_ NEXTBIO_ID nextbio_
|